]> git.donarmstrong.com Git - lilypond.git/blob - input/test/two-key.ly
d98e078ebba1ee9086f5e85ec8e5e66f06115749
[lilypond.git] / input / test / two-key.ly
1 \version "1.7.18"
2 % regression -gp
3 % no, it doesn't test notation. Perhaps no-notation, but
4 % delete is also fine with me. -hwn
5
6 \header { texidoc = "If you specify two different key sigs at one point, a
7   warning is printed.  DELETE"
8 }
9
10 \score { \notes
11 \context Voice <
12  { \key cis \major cis4 \key bes \major bes4 }
13  { \key cis \major fis4 \key es \major g4 }  
14 >
15 }
16 %% new-chords-done %%