]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/parse5.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / parse5.ly
1 \version "2.10.0"
2 %If you specify two different key sigs at one point, a
3 %warning is printed.
4
5 \score { 
6 \context Voice <<
7  { \key cis \major cis4 \key bes \major bes4 }
8  { \key cis \major fis4 \key es \major g4 }  
9 >>
10 }
11