On 10 Dec 2008, at 20:14, Trevor Daniels wrote:

Happy to add the link, but I'm not sure non-standard
key signatures are working properly.  Try this:

\relative c' {
 \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
                              ((0 . 5) . ,FLAT)
                              ((0 . 6) . ,FLAT))
 fis fis aes bes
 fis aes aes bes
 fis aes aes bes
}

It seems the keySignature is set for just one bar.
Or have I missed something?

It works if I change it too:
\relative c' {
 \set Staff.keySignature = #`((3 . ,SHARP)
                              (5 . ,FLAT)
                              (6 . ,FLAT))
 fis fis aes bes
 fis aes aes bes
 fis aes aes bes
}

  Hans




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to