]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/compound-time-signatures.ly
Issue 5167/7: markup-partial regtest: use \markup function assignment
[lilypond.git] / input / regression / compound-time-signatures.ly
index e5e5dcd83d23064e3a642228b8a3fc03af8e9d4e..2437efad474cb1105e64a97ef0da8d9048818278 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.47"
+\version "2.19.21"
 
 \header {
     texidoc = "Create compound time signatures. The argument is a Scheme list
@@ -15,9 +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