Now I realize what you mean, sorry. I forward it to bug-lilypond as a bug
report/feature request. As a musician, I completely agree that this should
be done for clarity, still I have seen many printed scores that do not print
out the additional accidentals.
A possible workaround for you is to do
If you take a look at the program reference for the Key_engraver, you will
find a property to set to get what you want:
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond-internals/Key_005fengraver.html#Key_005fengraver
/Mats
Edward Neeman wrote:
Accidentals are not reset after
Accidentals are not reset after a clef change, in accordance with common
practise:
\version "2.7.12"
\new Staff \relative c' {
\clef treble
cis dis fis
\clef bass
}
\layout {raggedright = ##t}
Cheers,
Edward Neeman
-
Do you