Yes, that is probably the way to go. What is the proper of specifying the key signature as default in the bagpipe.ly file rather than entering it in the score? I see that I could do

\set Score.KeySignature = #'((1 . 1) (3 . 1))

No, but you can do
\set Score.keySignature = #'((1 . 2) (3 . 2))

somewhere in the music, but what is the syntax for doing that in a

\layout { \context { \Score ... } } setting?

Unfortunately it seems impossible to do a global setting, since
the implementation explicitly sets the key signature to C major
when starting a new score.

   /Mats



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to