lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: an "odd" accidental problem...


From: Thomas Morley
Subject: Re: an "odd" accidental problem...
Date: Fri, 27 Jul 2018 13:10:13 +0200

2018-07-27 12:49 GMT+02:00 B~M <address@hidden>:
> I have what I think is an odd problem with accidentals.
>
> The piece I am working on is a Viola etude in E minor.
> In the original score the composer needs an E natural and this is achieved
> by a concatenated combination of a natural sign and a flat sign.
> The note in question is an F, which is sharp in the key signature, so the
> natural symbol presumably
> cancels the F#  to F and the flat symbol (alongside the natural symbol) then
> indicates
> F flat or E natural.

Well, flattening "F" will _never_ result in "E", it's "Fes" or "F flat"
:)

That said

> Is there please a way to typeset this in Lilypond ?
> This is the only time I've seen such notation, so Im guessing its rare ?
>
> Paul

try:
{
  \key e \minor
  \override Accidental.restore-first = ##t
  fes''
}

Cheers,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]