lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (attn doc team) Re: Diatonic notation system


From: Hans Aberg
Subject: Re: (attn doc team) Re: Diatonic notation system
Date: Wed, 10 Dec 2008 21:08:56 +0100


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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]