]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Wed, 27 Nov 1996 01:18:29 +0000 (01:18 +0000)
committerfred <fred>
Wed, 27 Nov 1996 01:18:29 +0000 (01:18 +0000)
maartje.ly

index 928f7b28388639612e5f7afb325dbeb668aca73a..fcb64323ee0fa42fae0c6a227b2ecb592b3dbb29 100644 (file)
@@ -1,21 +1,29 @@
 ritme = rhythmstaff {
-       voice { $ c2 r32 r32 r16 r8 r4 c2 c2 c2 c2 c2
-               c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 $ }
+       voice { $ c2 c2
+       %[c8( )'a8 c8 c8]
+       c2 c2
+       
+       [fis16 'dis16( fis16 'dis16 ][fis16) 'dis16 fis16 'dis16]
+       c2 r32 r32 r16 r8 r4 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 $ }
 }
 
 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 { $ c () `bes $ start 0.5 }       
+       voice { $
+       %[fis16 'dis16 fis16 'dis16 fis16 'dis16 fis16 'dis16]
+       c2
+       'fis ()'gisis $ }
+
+
+       voice {  $ d () d $ start 0.5 }
+       voice {  $ a  () bes $ start 0.5 }
+       voice {  $ fis () g $ start 0.5 }
        
 
   voice { $
        ''c2.. r8 r4 r8 r16 r32 r32
-       [d8 e8 f8 g8] [d8 e8 f8 g8]
+       [d8 e8 'f8 g8] [d8 e8 f8 g8]
        ''fis1
        a8 b8 'c8 'd8 ''c8 ```c8 c4 c4  c4 c4
        \duration 16  `b16 `a16 `g16 `f16 \duration 4
@@ -32,12 +40,10 @@ score {
 %      staff { melody }
        commands {
                meter 4 4
-
                key $ fis cis gis $
                skip 2:0
                key $ $
                meter 2 4
-
                skip 19:0
        }
 }