]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary/non-traditional-key-signatures-scordatura.ly
Merge commit '2a2f4f5'
[lilypond.git] / input / lsr / contemporary / non-traditional-key-signatures-scordatura.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 You can get any key signature you want by manually setting the
6 Staff.keySignature property.
7 " }
8
9 \relative c'
10 \new Staff {
11     \set Staff.keySignature = #`(((1 .  2) . ,SHARP) ((0 . 3) . ,FLAT))
12     f8 a c e
13     \set Staff.keySignature = #`(((1 .  2) . ,FLAT) ((0 . 4) . ,DOUBLE-SHARP))
14     e a, g a
15 }