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