]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release: 1.3.30
[lilypond.git] / input / rhythm.ly
index 92d0a1055acf066d1b5ed9b4c0b1295dfc91de46..607044a99bb7d301947ba6ada0347ec4c7103953 100644 (file)
@@ -7,7 +7,7 @@ TestedFeatures =         "multiple meters, beaming, unsynced bars, userdefd engravers";
 
 
 
-\version "1.0.10";
+\version "1.3.4";
 
 ritme = \notes\transpose c'' {
        \time  4/4;
@@ -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;
@@ -36,15 +36,11 @@ ritme = \notes\transpose c'' {
        
 
 another = 
-       \notes{ \time 6/4; 
+       \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 = 
        \notes{ \time 4/4; 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
@@ -52,10 +48,10 @@ yanother =
 
 
 \score{
-       \type StaffGroup <
+       \context StaffGroup <
                \ritme
                \another
-               \type RhythmicStaff {
+               \context RhythmicStaff {
                        \yanother
                }
        >