]> git.donarmstrong.com Git - lilypond.git/blob - input/test/two-key.ly
update syntax in .ly files.
[lilypond.git] / input / test / two-key.ly
1 \version "1.7.6"
2 \header {
3
4 texidoc = "If you specify two different key sigs at one point, a
5   warning is printed."
6
7 }
8
9 \score { \notes
10 \context Voice <
11  { \key cis \major cis4 \key bes \major bes4 }
12  { \key cis \major fis4 \key es \major g4 }  
13 >
14 }
15 %% new-chords-done %%