]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / measure-grouping.ly
index d5e6a9c33337bfd107a32860c8e11d54629c07fb..5e27084142ec371087fb306731c225f898980092 100644 (file)
@@ -7,27 +7,27 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.7.13"
+\version "2.19.40"
 
+\layout  {
+  ragged-right = ##t
+}
 
 %% TODO: should have 2/4 + 5/8 time sig style.
 
-\context Staff
-\relative c' {
-  #(set-time-signature 2 4) 
-  c8 a'4 a8~
-  #(set-time-signature 5 8 '(3 2)) 
+\context Staff \with {
+    \consists "Measure_grouping_engraver"
+  }
+
+\relative {
+  \time 2/4 
+  c'8 a'4 a8~
+  \time 3,2 5/8 
   a8 bes4 r8 bes8->
   \time 2/4
   c,8 g'4 g8~
-  #(set-time-signature 5 8 '(3 2)) 
+  \time 3,2 5/8 
   g8 a4 g a4.->
 }
-\layout  {
-  raggedright = ##t
-  \context { \Staff
-            \consists "Measure_grouping_engraver"
-          }
-}