]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-manual-vertical-tune.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "If using integers, the tie will vertically tuned for
5 staff line avoidance. If using a floating point number, this is taken
6 as the exact location."
7 }
8
9 \relative {
10   \override Tie.staff-position = #3
11   d''4 ~
12   \override Tie.staff-position = #3.0
13   d ~
14   d
15 }