Am 08.08.2015 um 23:07 schrieb Karl:
\version "2.18.2"

notes = { c4 d e f |
\key d \major
\break
c4 d e fis |
}

\score { \notes }

At the end of bar one there is a key signature marking.
I want to overide that and only have the key change in the beginning of
bar two.

I didn’t test the following but it should do what you want. Place this line at the beginning of the music in \notes:

\override Staff.KeySignature.break-visibility = #begin-of-line-visible

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to