]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction-down.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / stem-direction-down.ly
1
2 \header{
3 texidoc="
4 @c FIXME
5 Similarly, if @code{stem_default_neutral_direction} is set to @code{-1}.
6 ";
7 }
8
9 \score{
10         \notes\relative c{
11             b''4 ~ b8()b8 e4 e,
12         }
13         \paper{
14                 stem_default_neutral_direction=-1.0;
15         }
16 }