]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-control.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / beam-control.ly
index 5c7a871a4bd4b3d787638fa0e4bec71408cccb47..4418acdabd89edd4f19152e5c3529afb9ecaa75a 100644 (file)
@@ -1,7 +1,9 @@
 \version "1.7.18"
+% similiar to beam-position, but keep this one.
 \header{
-    texidoc="Controlling beam positions."
-}
+    texidoc="@cindex Beam Position Control
+Controlling beam positions.
+" }
 \score { 
     \context Voice \notes\relative c {
        %% from upper staffline (position 4) to centre (position 0)
@@ -17,5 +19,6 @@
        \property Voice.Beam \revert #'positions
         c-[ e]  e-[ c]
   }
+\paper{raggedright = ##t}
 }
-%% new-chords-done %%
+