]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
patch::: 1.3.137.rz1
[lilypond.git] / input / rhythm.ly
index 607044a99bb7d301947ba6ada0347ec4c7103953..f8654604b3858085e381c051db8d64fcb05eab4e 100644 (file)
@@ -1,15 +1,15 @@
 \header{
-filename =      "rhythm.ly";
-enteredby =     "HWN";
-copyright =     "public domain";
-TestedFeatures =        "multiple meters, beaming, unsynced bars, userdefd engravers";
+filename =      "rhythm.ly";
+enteredby =     "HWN";
+copyright =     "public domain";
+TestedFeatures =        "multiple meters, beaming, unsynced bars, userdefd engravers";
 }
 
 
 
-\version "1.3.4";
 
-ritme = \notes\transpose c'' {
+
+ritme =  \notes\transpose c'' {
        \time  4/4;
        \partial 8;
        c8                                      |
@@ -35,13 +35,13 @@ ritme = \notes\transpose c'' {
         }
        
 
-another = 
+another =  
        \notes \relative c'' { \time 6/4; 
                c1.  c1. \time 4/4;c4 c4 c4 c4  c1 c1 c1
         }
 
 
-yanother = 
+yanother =  
        \notes{ \time 4/4; 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }