]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-scordatura.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / key-signature-scordatura.ly
1 \version "1.7.16"
2
3 \header { texidoc = "Key signatures can be set per pitch
4 individually. This can be done bby setting @code{Staff.keySignature}
5 directly."
6
7 }
8 \score { \notes
9 \relative c'
10 \context Staff {
11   \property Staff.keySignature = #'(((1 .  2) . 1) ((0 . 3) . -1))
12   f8 a c e
13   \property Staff.keySignature = #'(((1 .  2) . -1) ((0 . 4) . 2))
14   e a, g a
15 }
16 }
17 %% new-chords-done %%