]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/default-neutral-dir.ly
* Website fixes:
[lilypond.git] / input / test / default-neutral-dir.ly
index 2bbfff601a10bf6926997768fba50e1f397bb553..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
-@code{default-neutral-direction}
+directly@code{neutral-direction}
 "}
 
-\paper { linewidth = -1.}
+\paper { raggedright = ##t}
 \score {\notes \relative c {
-  [b''8 b]
-  \property Voice.Beam \set #'default-neutral-direction = #-1
-  [b b]
+   b''8-[ b]
+  \property Voice.Beam \set #'neutral-direction = #-1
+   b-[ b]
 }}
+%% new-chords-done %%