* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / key-signature-scordatura.ly
blob22f743f7a6400e05bacc9ad549b5f0717ffb5c7d
1 \version "1.7.16"
3 \header { texidoc = "Key signatures can be set per pitch
4 individually. This can be done bby setting @code{Staff.keySignature}
5 directly."
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
17 %% new-chords-done %%