]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/poly-metric.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / poly-metric.ly
index dd937ea2f0773f4e0f7e41b2f72f622f7143876c..2ba8a559da96931fda324f9509f719580cd64351 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.7.18"
-\header {
-    texidoc = "Polymetric music with aligned note values can be written
- by moving the timing engraver to staff context."
+\header { texidoc = "@cindex Poly Metric
+Polymetric music with aligned note values can be written
+by moving the timing engraver to staff context. "
 }
 
 \score {
 
     \paper{
     \translator{ \ScoreContext
-    \remove "Timing_engraver" }
+           \remove "Timing_engraver" }
     \translator{ \StaffContext
-    \consists "Timing_engraver"
-    \alias Timing
-}
-}
+           \consists "Timing_engraver"
+           \alias Timing }
+       raggedright= ##t
+       }
 }
 %% new-chords-done %%