]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / measure-grouping.ly
index a17a5d01980fc016932da3ac5eb0e9df954e1d26..84caac7eb95e83371a43ee402207937cd5929ebe 100644 (file)
@@ -7,12 +7,18 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.6.0"
+\version "2.11.51"
 
+\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  {
-  raggedright = ##t
-  \context { \Staff
-            \consists "Measure_grouping_engraver"
-          }
-}