]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Merge branch 'master-git.sv.gnu.org-lilypond.git' of /home/lilydev/vc/gub/downloads...
[lilypond.git] / input / regression / measure-grouping.ly
index ed20ff26c7611a00b98f0d93d5ce28e432f3d86a..cfea330422831ee7a4af3dbc2de8efb846ec5e57 100644 (file)
@@ -7,12 +7,18 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.7.32"
+\version "2.10.0"
 
+\layout  {
+  ragged-right = ##t
+}
 
 %% TODO: should have 2/4 + 5/8 time sig style.
 
-\context Staff
+\context Staff \with {
+    \consists "Measure_grouping_engraver"
+  }
+
 \relative c' {
   #(set-time-signature 2 4) 
   c8 a'4 a8~
@@ -23,11 +29,5 @@ brackets above beats when the beats of a time signature are grouped.  "
   #(set-time-signature 5 8 '(3 2)) 
   g8 a4 g a4.->
 }
-\layout  {
-  ragged-right = ##t
-  \context { \Staff
-            \consists "Measure_grouping_engraver"
-          }
-}