]> git.donarmstrong.com Git - lilypond.git/blob - input/maartje.ly
daaa42bffb18b2834fb25668772762fc69974a71
[lilypond.git] / input / maartje.ly
1 % The purpose of this file is to demonstrate features of LilyPond; 
2 %
3 % COPYRIGHT: GPL
4 %
5 %
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}
14 }
15
16 ritme = \staff{
17         globals
18 % rhythmic broken for  now
19 %       \rhytmic{
20 %       c8
21 %       |[a8() a8. a8 a16 a16 a16] c4.
22 %               
23 %       %[c8( )a'8() c8 c8]% BUG!
24 %       |c2 c2
25 %       
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]
29
30 %        c2 c2 c2 c2 c2 c2 c2 c2 c2 c2
31 %       }
32 }
33
34 melody= \staff{
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 
41
42         \duration {4}
43         <
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 }
49         >
50         \clef\tenor
51         < c4 c'4 >
52
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      
58
59         |c 'b 'a 'g 'f 'e 'd 'c ''b ''a ''g ''f ''e ''d ''c
60         }
61
62 }
63
64 \score{
65         \paper{
66                 \geometric 1.4
67                 \unitspace 3.0 \cm
68         }
69         ritme
70         melody
71 }
72