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