]> git.donarmstrong.com Git - lilypond.git/blob - input/multi.ly
release: 0.0.68pre
[lilypond.git] / input / multi.ly
1
2 % stupid testfile for pl68 features.
3
4 \score{
5         \melodic 
6                 { \octave c'; c4 c4 
7                         < \multi 1;  { c2 c2 } { c'2 c'2 } > 
8                         < \multi 2;  { \stem -1; c2 c2 } { \stem 1; c'2 c'2 } > 
9                         < \multi 3;  { \clef "bass"; c2 c2 } { \bar "||"; \key cis ; c'2 c'2 } > 
10         %                       c1 c1 % bug
11
12                 }
13 }