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