]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/compound-time-signatures.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / compound-time-signatures.ly
index 2f10281825beba9df08dcd9847ce2c73db886cba..2437efad474cb1105e64a97ef0da8d9048818278 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.21"
 
 \header {
     texidoc = "Create compound time signatures. The argument is a Scheme list
@@ -15,10 +15,10 @@ as @code{\\compoundMeter #'((3 2 8))} or shorter
 
 
 
-\relative c' {
+\relative {
   \override Staff.TimeSignature.break-visibility = ##(#f #t #t)
   \compoundMeter #'(1 2 3 4 8)
-  \repeat unfold 10 c8 \repeat unfold 20 c16 \break
+  \repeat unfold 10 c'8 \repeat unfold 20 c16 \break
 
   \time 3/4
   \repeat unfold 6 c8 \repeat unfold 12 c16 \break