> [...] when I define a key signature, the
> sharps/flats don't apply for the note
> in every octave--just the octave I specify. Is there a
> way to make it apply to all
> octaves without having loads of symbols on the key
> signature?
There is an alternative format for defining the signature,
shown in this variation of your example:
\new Staff {
\set Staff.keySignature = #'( ((1 . 4) . 2) ((1 . 1) . 2) )
b4 c' dis' e' f' gis' a' b'
c'' dis'' e'' f'' gis'' a'' b''
\set Staff.keySignature = #'( (4 . 2) (1 . 2) )
b4 c' dis' e' f' gis' a' b'
c'' dis'' e'' f'' gis'' a'' b''
}
You can read all the settings there:
http://lilypond.org/doc/v2.7/Documentation/user/lilypond-internals/Key_005fengraver.html#Key_005fengraver
Best,
Gilles
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user