]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release: 0.0.76
[lilypond.git] / input / rhythm.ly
index 530fc74a98377136b0a1d644b33c64d7732b623a..a321ca34a74da7cf90e4a9a3a62f1c859e717f9d 100644 (file)
        unsynced bars
 EndMudelaHeader
 %}
-\version "0.0.58";
 
-%
-%      Ive' got rhythm!
-%
-% add any impressive examples here, please
 
-\version "0.0.58";
 
-ritme = \staff {
-       melodicregs
-       \melodic{ %\octave ;
+\version "0.1.0";
+
+ritme = \melodic{ %\octave ;
        \partial 8;
        \octave c';
        \meter  4/4;
@@ -48,29 +42,28 @@ ritme = \staff {
        
         }
        
-}
-another = \staff {
-       melodicregs
+
+another = 
        \melodic{ \meter 4/4; 
                c1.  c1. c4 c4 c4 c4  \meter  4/4; c1 c1 c1
         }
-}
 
-yanother = \staff      { 
-       melodicregs
+
+yanother = 
        \melodic{ \meter 4/4; 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }
-}
+
 
 \score{
-       ritme
-       another
-       yanother
+        < \multi 3;
+               \ritme
+               \another
+               \yanother
+       >
        
-       \midi { }
        \paper{
-               \unitspace 2\cm
-               \geometric 1.3
+               unitspace =2.0\cm;
+               geometric =1.6;
        }
 }