]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-shift.ly
88f8f72f02524535330d94df8dc9bfa4001cc4a3
[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.17.6"
11 \relative c''
12 {
13   \override Script.toward-stem-shift = #0.0
14   a4^. c_.
15
16   \override Script.toward-stem-shift = #1.0
17   a4^. c_.
18 }