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