]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release: 1.1.43
[lilypond.git] / input / rhythm.ly
index 197df1fda69b45d27e048c730e1d1f5930a2cbed..4b2091264640c74a24c58813f044ca33ddc1c825 100644 (file)
@@ -7,7 +7,7 @@ TestedFeatures =         "multiple meters, beaming, unsynced bars, userdefd engravers";
 
 
 
-\version "1.0.6";
+\version "1.0.19";
 
 ritme = \notes\transpose c'' {
        \time  4/4;
@@ -21,7 +21,7 @@ ritme = \notes\transpose c'' {
        % divide measure in 5 equal parts. Usually it 2+3 or 3+2
        \grouping  16*5 ;       
        [c8 c16 c8 ]                            |       % watch THIS!
-        [5/4 c16 c16 c16 c16]1/1 |
+        \times 5/4 { [ c16 c16 c16 c16] } |
        \time   2/8;
        c4                              |
        c4      c4      c4      c4
@@ -52,10 +52,10 @@ yanother =
 
 
 \score{
-       \type StaffGroup <
+       \context StaffGroup <
                \ritme
                \another
-               \type RhythmicStaff {
+               \context RhythmicStaff {
                        \yanother
                }
        >