]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
patch::: 1.3.126.jcn2
[lilypond.git] / input / rhythm.ly
index 9798f32d0620b99bc58971d37561293f71f72133..2593429df9241586faf5a5fd3f32eef54b1c662d 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.0.14";
+\version "1.3.117";
 
-ritme = \notes\transpose c'' {
+ritme =  \notes\transpose c'' {
        \time  4/4;
        \partial 8;
        c8                                      |
@@ -19,7 +19,7 @@ ritme = \notes\transpose c'' {
        \time   5/16;
 
        % divide measure in 5 equal parts. Usually it 2+3 or 3+2
-       \grouping  16*5 ;       
+               
        [c8 c16 c8 ]                            |       % watch THIS!
         \times 5/4 { [ c16 c16 c16 c16] } |
        \time   2/8;
@@ -35,27 +35,23 @@ ritme = \notes\transpose c'' {
         }
        
 
-another = 
-       \notes{ \time 6/4; 
+another =  
+       \notes \relative c'' { \time 6/4; 
                c1.  c1. \time 4/4;c4 c4 c4 c4  c1 c1 c1
         }
 
 
-%
-% Beams are incorrect for the next staff.  They cut through the whole notes.
-%
-
-yanother = 
+yanother =  
        \notes{ \time 4/4; 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }
 
 
 \score{
-       \type StaffGroup <
+       \context StaffGroup <
                \ritme
                \another
-               \type RhythmicStaff {
+               \context RhythmicStaff {
                        \yanother
                }
        >