]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / input / regression / measure-grouping.ly
index 0e35f38b339d7f95c3bccdb8f51b3bb93abfb03f..bd565e7ad5969af99dc8335e68ad808a732b0948 100644 (file)
@@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.14.0"
+\version "2.15.18"
 
 \layout  {
   ragged-right = ##t
@@ -20,13 +20,13 @@ brackets above beats when the beats of a time signature are grouped.  "
   }
 
 \relative c' {
-  #(set-time-signature 2 4) 
+  $(set-time-signature 2 4) 
   c8 a'4 a8~
-  #(set-time-signature 5 8 '(3 2)) 
+  $(set-time-signature 5 8 '(3 2)) 
   a8 bes4 r8 bes8->
   \time 2/4
   c,8 g'4 g8~
-  #(set-time-signature 5 8 '(3 2)) 
+  $(set-time-signature 5 8 '(3 2)) 
   g8 a4 g a4.->
 }