]> git.donarmstrong.com Git - lilypond.git/blob - input/test/two-key.ly
release: 1.3.145
[lilypond.git] / input / test / two-key.ly
1 \header {
2
3 texidoc = "If you specify two different key sigs at one point, a
4   warning is printed.";
5
6 }
7
8 \score { \notes
9 \context Voice <
10  { \key cis \major; cis4 \key bes \major; bes4 }
11  { \key cis \major; fis4 \key es \major; g4 }  
12 >
13 }