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