]> git.donarmstrong.com Git - lilypond.git/blob - input/multi.ly
release: 0.1.14
[lilypond.git] / input / multi.ly
1 \header{
2 filename        multi.ly
3 description     stupid testfile for pl68 features.
4 enteredby       HWN
5 copyright       public domain
6 }
7 %{
8 Tested Features: \multi
9
10 %}
11
12
13 \version "0.1.6";
14
15 \score{
16         \melodic 
17                 { \octave c'; c4 c4 
18                         \multi 1 <  { c2 c2 } { c'2 c'2 } > 
19                         \multi 2 <  { \stemdown c2 c2 } { \stemup c'2 c'2 } > 
20                         \multi 3 < { \clef "bass"; c2 c2 } 
21                            { \meter 2/4;\bar "||";
22                                  \key fis cis gis; c'2 c'2 } 
23
24                                 c2 c1 
25                         c1 c1
26                         \multi 1 < \multi 3 < 
27                                 { \meter 2/4; \clef "violin"; c2 c2 }
28                                 { \meter 2/4; \clef "bass"; c2 c2 }
29                         >
30                         \multi 3 < 
31                                 { \meter 2/4; \clef "violin"; c2 c2 }
32                                 { \meter 2/4; \clef "bass"; c2 c2 }
33                         >
34                         >
35                 }
36 }