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