Hello,

I would like to be able to change key signatures without ANY hints for
educational purposes. For this I use Staff.printKeyCancellation set to
false, together with the visibility options for key signatures. It works
fine for most keys, but when changing to a key without any accidentals such
as c major, the natural signs are shown and tell the student where there
have been accidentals before.
Any help would be very appreciated.
\new Score {
  \key g \major
f4 g a b
\set Staff.explicitKeySignatureVisibility = #all-invisible
\set Staff.printKeyCancellation = ##f
\override Staff.KeySignature.break-visibility = #all-invisible
\key f \major
f4 g a b 
\key c\major
f4 g a b
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to