]> git.donarmstrong.com Git - lilypond.git/blobdiff - maartje.ly
release: 0.0.10
[lilypond.git] / maartje.ly
index 4c32f09c9a0ec45024badad17e30a3bdfd4b1c57..928f7b28388639612e5f7afb325dbeb668aca73a 100644 (file)
@@ -5,6 +5,14 @@ ritme = rhythmstaff {
 
 melody=
 melodicstaff {
+       
+       voice { $ fis 'dis 'fis 'gisis $ }
+       voice { $ 'eses $ start 0.75}
+       voice {  $ 'cis $ start 0.75}
+       voice {  $ f $ start 0.75}
+       voice {  $ gis $ start 0.75}
+       
+
   voice { $
        ''c2.. r8 r4 r8 r16 r32 r32
        [d8 e8 f8 g8] [d8 e8 f8 g8]
@@ -12,7 +20,7 @@ melodicstaff {
        a8 b8 'c8 'd8 ''c8 ```c8 c4 c4  c4 c4
        \duration 16  `b16 `a16 `g16 `f16 \duration 4
        c `b `a `g `f `e `d `c ``b ``a ``g ``f ``e ``d ``c$
-       }
+       start 1.0 }
 }
 score {
        paper {
@@ -24,8 +32,12 @@ score {
 %      staff { melody }
        commands {
                meter 4 4
+
+               key $ fis cis gis $
                skip 2:0
+               key $ $
                meter 2 4
+
                skip 19:0
        }
 }