]> git.donarmstrong.com Git - lilypond.git/blob - input/test/default-neutral-dir.ly
''
[lilypond.git] / input / test / default-neutral-dir.ly
1 \version "1.3.146"
2 \header { texidoc = "
3 The direction of a perfectly centred beams can be
4 controlled through @code{Voice.Beam}'s grob-property
5 directly@code{neutral-direction}
6 "}
7
8 \paper { linewidth = -1.}
9 \score {\notes \relative c {
10   [b''8 b]
11   \property Voice.Beam \set #'neutral-direction = #-1
12   [b b]
13 }}