lilypond-0.1.27
[lilypond.git] / input / maartje.ly
blob5bcf7c303ca522046c5660dee4f706e067b40806
1 % The purpose of this file is to demonstrate features of LilyPond;
3 % COPYRIGHT: GPL
6 \version "0.0.54";
8 globals=\melodic{
9 \meter 4/ 4;
10 \partial 8;
11 \skip 8*1;
12 \skip 2*3 ;
13 \bar ":|:";
14 \skip 1*2;
15 \meter 2/4;
18 %ritme = \staff{melodicregs
19 % globals
20 % rhythmic broken for now
21 % \rhytmic{
22 % c8
23 % |[a8() a8. a8 a16 a16 a16] c4.
25 % %[c8( )a'8() c8 c8]% BUG!
26 % |c2 c2
28 % |[fis16 dis'16( fis16 dis'16 ][fis16) dis'16 fis16 dis'16]
29 % | r32 r32 r16 r8 r4 r2
30 % |[c8. c16] [c16 c8.] [c16 c16 c8] [c16 c8 c16]
32 % c2 c2 c2 c2 c2 c2 c2 c2 c2 c2
33 % }
36 melody= \staff{melodicregs
37 globals
38 \melodic {
39 \octave c;
40 c8\key fis cis gis;
41 |r4 r4 r4 r4
42 |cis'2.. r8
43 | r4 r8 r16 r32 r32
45 \duration 4;
47 { c () 'bes [c8 c8] }
48 { fis' ()gisis' fis8 fis8 }
49 { d () d dis8 dis8 }
50 { a () bes eis8 eis8 }
51 { fis () g gis8 gis8 }
53 \clef\tenor;
54 < c4 c'4 >
56 [d8 e8 f'8 g8] d8 e8 f8 g8
57 |fis''2
58 | a8 b8 c'8 d'8 |c''8 '''c8 c4 |c4 c4 |c4
59 \duration 16 ; 'b 'a 'g 'f \duration 4;
60 \clef\bass ;
62 |c 'b 'a 'g 'f 'e 'd 'c ''b ''a ''g ''f ''e ''d ''c
67 \score{
68 \paper{
69 \geometric 1.4
70 \unitspace 3.0 \cm
73 \staff{ melody}