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