]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/parse5.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / no-notation / parse5.ly
1 \version "1.9.0"
2 %If you specify two different key sigs at one point, a
3 %warning is printed.
4
5 \score { \notes
6 \context Voice <
7  { \key cis \major cis4 \key bes \major bes4 }
8  { \key cis \major fis4 \key es \major g4 }  
9 >
10 }
11