]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-shift.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / script-shift.ly
1
2 \header {
3   texidoc = "The @code{toward-stem-shift} property controls the precise
4 horizontal location of scripts that are placed above an upstem or below
5 a downstem note (@code{0.0} means centered on the note head, @code{1.0}
6 means centered on the stem).
7 "
8 }
9
10 \version "2.19.16"
11 \relative c''
12 {
13   \override Script.toward-stem-shift = #1.0
14   a4^> c_>
15
16   \override Script.toward-stem-shift = #0.0
17   a4^> c_>
18 }