]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Issue 4743/2: Regtest, Doc NR 4.3.2, Changes entry
[lilypond.git] / input / regression / measure-grouping.ly
index bd565e7ad5969af99dc8335e68ad808a732b0948..270b5bc73d2cf15c899d98a8e459812db54ce04d 100644 (file)
@@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.15.18"
+\version "2.19.21"
 
 \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' {
-  $(set-time-signature 2 4) 
-  c8 a'4 a8~
-  $(set-time-signature 5 8 '(3 2)) 
+\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.->
 }