]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / measure-grouping.ly
index 2ec1004316f8e48006d72c571f0130b5b6b395e0..70ff1b85bbe81002de0c137f7f35ee9e7a3b6aa6 100644 (file)
@@ -7,11 +7,11 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.1.28"
+\version "2.3.4"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
-\score { \notes
+\score { 
 \context Staff
         \relative c' {
             #(set-time-signature 2 4) 
@@ -25,7 +25,7 @@ brackets above beats when the beats of a time signature are grouped.  "
         }
         \paper  {
             raggedright = ##t
-            \translator { \StaffContext
+            \context { \Staff
                           \consists "Measure_grouping_engraver"
                           }
             }