]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction-down.ly
release: 1.3.147
[lilypond.git] / input / regression / stem-direction-down.ly
1 \version "1.3.146"
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 #'default-neutral-direction = #-1
12                  
13             b''4 ~ b8()b8 e4 e,
14         }
15         \paper{
16
17         }
18 }