]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / measure-grouping.ly
index 7fe36f4fe14affab9045762f2f283b760a512693..5e27084142ec371087fb306731c225f898980092 100644 (file)
@@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.15.19"
+\version "2.19.40"
 
 \layout  {
   ragged-right = ##t
@@ -19,14 +19,14 @@ brackets above beats when the beats of a time signature are grouped.  "
     \consists "Measure_grouping_engraver"
   }
 
-\relative c' {
+\relative {
   \time 2/4 
-  c8 a'4 a8~
-  \time #'(3 2) 5/8 
+  c'8 a'4 a8~
+  \time 3,2 5/8 
   a8 bes4 r8 bes8->
   \time 2/4
   c,8 g'4 g8~
-  \time #'(3 2) 5/8 
+  \time 3,2 5/8 
   g8 a4 g a4.->
 }