]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/compound-time-signatures.ly
Use doctitle header field of LSR snippets
[lilypond.git] / input / lsr / compound-time-signatures.ly
index 3a2a3d4963050f521ffc4e224221d324f1083e07..b94107506ef9ae395db1aab19a56057eec308eed 100644 (file)
@@ -22,13 +22,12 @@ database.)
    (#:line ((#:column (one num)) #:vcenter "+" (#:column (two num))))
   ))
 
-\relative {
-  % compound time signature hack
+\relative {  
   \override Staff.TimeSignature #'stencil = #ly:text-interface::print
-  \override Staff.TimeSignature #'text = #( compound-time "2" "3" "8" )
+  \override Staff.TimeSignature #'text = #(compound-time "2" "3" "8")
   \time 5/8
   #(override-auto-beam-setting '(end 1 8 5 8) 1 4)
-  c8 d e fis gis |
-  c fis, gis e d |
+  c8 d e fis gis
+  c fis, gis e d
   c8 d e4 gis8
 }