]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release: 1.1.41
[lilypond.git] / input / rhythm.ly
index 9798f32d0620b99bc58971d37561293f71f72133..5e159280bfb6d19cc9a84e752b9d2ff911d7abcd 100644 (file)
@@ -7,7 +7,7 @@ TestedFeatures =         "multiple meters, beaming, unsynced bars, userdefd engravers";
 
 
 
-\version "1.0.14";
+\version "1.0.16";
 
 ritme = \notes\transpose c'' {
        \time  4/4;
@@ -52,10 +52,10 @@ yanother =
 
 
 \score{
-       \type StaffGroup <
+       \context StaffGroup <
                \ritme
                \another
-               \type RhythmicStaff {
+               \context RhythmicStaff {
                        \yanother
                }
        >