]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-manual-vertical-tune.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
1 \version "2.16.0"
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 c'' {
10   \override Tie #'staff-position = #3
11   d4 ~
12   \override Tie #'staff-position = #3.0
13   d ~
14   d
15 }