]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
Fix make loop
[lilypond.git] / input / lsr / changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
index eee7f5b2349f96e64b7e53b590ccfa4f41c85796..c778433e45bd6b4cd5ffe2027fd4eae83fb7fa1a 100644 (file)
@@ -4,7 +4,8 @@
 
 \header {
   lsrtags = "rhythms, contexts-and-engravers"
- texidoc = "
+
+  texidoc = "
 The @code{measureLength} property, together with
 @code{measurePosition}, determines when a bar line is needed. However,
 when using @code{\\compressMusic}, the scaling of durations makes it
@@ -12,8 +13,10 @@ difficult to change time signatures without making a mess of it.
 Therefore, @code{measureLength} has to be set manually, using the
 @code{ly:make-moment} callback. The second argument must be the same as
 the second argument of @code{\\compressMusic}. 
-" }
-% begin verbatim
+
+"
+  doctitle = "Changing time signatures inside a polymetric section using \compressMusic"
+} % begin verbatim
 \layout {
   \context {
     \Score