lilypond-0.0.47
[lilypond.git] / input / maartje.ly
blobf816bb734e95a415891ad1985015e11a2d0b247b
1 % The purpose of this file is to demonstrate features of LilyPond;
3 % COPYRIGHT: GPL
6 globals=\melodic{
7 \meter {4/ 4}
8 \partial {8}
9 \skip {1*8}
10 \skip {3*2 }
11 \bar ":|:"
12 \skip {1*2}
13 \meter {2/4}
16 ritme = \staff{melodicregs
17 globals
18 % rhythmic broken for now
19 % \rhytmic{
20 % c8
21 % |[a8() a8. a8 a16 a16 a16] c4.
23 % %[c8( )a'8() c8 c8]% BUG!
24 % |c2 c2
26 % |[fis16 dis'16( fis16 dis'16 ][fis16) dis'16 fis16 dis'16]
27 % | r32 r32 r16 r8 r4 r2
28 % |[c8. c16] [c16 c8.] [c16 c16 c8] [c16 c8 c16]
30 % c2 c2 c2 c2 c2 c2 c2 c2 c2 c2
31 % }
34 melody= \staff{melodicregs
35 globals
36 \melodic{
37 c8\key{fis cis gis}
38 |r4 r4 r4 r4
39 |cis'2.. r8
40 | r4 r8 r16 r32 r32
42 \duration {4}
44 { c () 'bes [c8 c8] }
45 { fis' ()gisis' fis8 fis8 }
46 { d () d dis8 dis8 }
47 { a () bes eis8 eis8 }
48 { fis () g gis8 gis8 }
50 \clef\tenor
51 < c4 c'4 >
53 [d8 e8 f'8 g8] d8 e8 f8 g8
54 |fis''2
55 | a8 b8 c'8 d'8 |c''8 '''c8 c4 |c4 c4 |c4
56 \duration{ 16 } 'b 'a 'g 'f \duration{ 4}
57 \clef\bass
59 |c 'b 'a 'g 'f 'e 'd 'c ''b ''a ''g ''f ''e ''d ''c
64 \score{
65 \paper{
66 \geometric 1.4
67 \unitspace 3.0 \cm
69 ritme
70 melody