]> git.donarmstrong.com Git - lilypond.git/blob - maartje.ly
912f9e97eed459d17332c2ae79593ad7c9f13dec
[lilypond.git] / maartje.ly
1 ritme = staff {rhythmic
2         music {$
3         c8 c2 c2
4         %[c8( )'a8 c8 c8]
5         c2 c2
6         
7         [fis16 'dis16( fis16 'dis16 ][fis16) 'dis16 fis16 'dis16]
8         c2 r32 r32 r16 r8 r4
9         [c8. c16]
10         [c16 c8.]
11         [c16 c16 c8]
12         [c16 c8 c16]
13
14         c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2
15
16
17         $}
18 }
19
20 melody=
21 staff { melodic
22         music{$
23         c8
24         r1
25         'cis2.. r8
26         r4 r8 r16 r32 r32 
27
28         \duration {4}  \chord {
29                 \music { c () `bes c}
30                 \music { 'fis ()'gisis fis }
31                 \music { d () d dis }
32                 \music {  a  () bes eis }
33                 \music { fis () g gis }
34         }
35         c4
36
37         [d8 e8 'f8 g8]  d8 e8 f8 g8
38         ''fis2
39         a8 b8 'c8 'd8 ''c8 ```c8 c4 c4  c4 c4
40         \duration{ 16 } `b `a `g `f \duration{ 4}
41         
42
43         c `b `a `g `f `e `d `c ``b ``a ``g ``f ``e ``d ``c
44         $}
45
46         commands {
47         skip 0:0.125
48         skip 1:0 % BUG!!
49         key $ fis cis gis $
50         skip 2:0
51         key $ $
52         skip 5:0
53         clef bass
54 }
55 }
56
57 score {
58         paper {
59                 geometric 1.4
60                 unitspace 3.0 cm
61 %               symboltables { table_sixteen}
62         }
63         staff { ritme }
64         staff { melody }
65 %       staff { melody }
66         commands {
67                 meter 4 4
68                 partial 0.125 skip 0:0.125
69                 skip 2:0                
70                 meter 2 4
71                 skip 19:0
72         }
73 }
74
75
76