]> git.donarmstrong.com Git - lilypond.git/blob - input/maartje.ly
5bcf7c303ca522046c5660dee4f706e067b40806
[lilypond.git] / input / maartje.ly
1 % The purpose of this file is to demonstrate features of LilyPond; 
2 %
3 % COPYRIGHT: GPL
4 %
5 %
6 \version "0.0.54";
7
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;
16 }
17
18 %ritme = \staff{melodicregs
19 %       globals
20 % rhythmic broken for  now
21 %       \rhytmic{
22 %       c8
23 %       |[a8() a8. a8 a16 a16 a16] c4.
24 %               
25 %       %[c8( )a'8() c8 c8]% BUG!
26 %       |c2 c2
27 %       
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]
31
32 %        c2 c2 c2 c2 c2 c2 c2 c2 c2 c2
33 %       }
34 %}
35
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 
44
45         \duration 4;
46         <
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 }
52         >
53         \clef\tenor;
54         < c4 c'4 >
55
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      ;
61
62         |c 'b 'a 'g 'f 'e 'd 'c ''b ''a ''g ''f ''e ''d ''c
63         }
64
65 }
66
67 \score{
68         \paper{
69                 \geometric 1.4
70                 \unitspace 3.0 \cm
71         }
72
73         \staff{  melody}
74 }
75