]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythm-excercise.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / rhythm-excercise.ly
index 24d1918db58e8ec920a966367429bfb6f8373f24..cd53b36a0ab1318bfb660c1a64cb390025dfb08e 100644 (file)
@@ -1,10 +1,7 @@
 \version "1.7.18"
-\header {
-
-    texidoc = " a way to generate rhythm exercises with lilypond
-    (e.g. no staff but retaining the barlines"
-
-
+\header { texidoc = "@cindex Rhythm Exercise
+This example shows a way to generate rhythm exercises with
+Lilypond (e.g. no staff but retaining the barlines. "
 }
 
 \score { \notes { c4 c4 [ c8 c8 ] }
@@ -16,5 +13,6 @@
                           \remove Clef_engraver
                       }
         }
-     }
+       \paper{raggedright= ##t}
+}
 %% new-chords-done %%