]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-neutral-direction.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / beam-neutral-direction.ly
index 522c2a2da954f353f4d5981badb1da414f39d8c1..cb4df5c896f28492e75ffa33a07832972556e080 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.18"
+#(ly:set-option 'old-relative)
+\version "1.9.0"
 \header{
-       texinfo="@cindex Beam Neutral Direction
-When a beam falls in the middle of the staff, Lilypond normally
+       texidoc="@cindex Beam Neutral Direction
+When a beam falls in the middle of the staff, LilyPond normally
 prints the beam pointing down.  However, this behaviour can be
 altered if desired.
 " }
@@ -18,6 +19,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper {raggedright = ##t }  
 }
-%% new-chords-done %%
+