]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/default-neutral-dir.ly
* Website fixes:
[lilypond.git] / input / test / default-neutral-dir.ly
index 11e51df31c6e24efd7b79fbb21c9ea6882da66ca..403eec85d24ede4ec6b219f188829b9e998bbbdb 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.3.146"
+\version "1.7.18"
 \header { texidoc = "
 The direction of a perfectly centred beams can be
 controlled through @code{Voice.Beam}'s grob-property
 directly@code{neutral-direction}
 "}
 
-\paper { linewidth = -1.}
+\paper { raggedright = ##t}
 \score {\notes \relative c {
-  [b''8 b]
+   b''8-[ b]
   \property Voice.Beam \set #'neutral-direction = #-1
-  [b b]
+   b-[ b]
 }}
+%% new-chords-done %%