]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-length.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-length.ly
1
2 \version "2.19.21"
3
4 \header {
5   texidoc = "Stem length and stem-begin-position can be set manually.
6 "
7 }
8
9 \relative {
10   \autoBeamOff
11   \stemUp
12   a8 aes''8
13   \override Stem.length = #20
14   a,,8
15   \revert Stem.length
16   aes''!8
17   \stemNeutral
18   \override Stem.stem-begin-position = #-2
19   c,8
20 }