X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftie-manual-vertical-tune.ly;h=b882d21e0fde3bcf015f547819d2e8b57bad4ae8;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=ed631d9a01e0dc39651d762592eecbb8d459e9b6;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/input/regression/tie-manual-vertical-tune.ly b/input/regression/tie-manual-vertical-tune.ly index ed631d9a01..b882d21e0f 100644 --- a/input/regression/tie-manual-vertical-tune.ly +++ b/input/regression/tie-manual-vertical-tune.ly @@ -1,23 +1,15 @@ -\header { - +\version "2.17.6" +\header { texidoc = "If using integers, the tie will vertically tuned for staff line avoidance. If using a floating point number, this is taken as the exact location." - } -\version "2.11.11" - -\layout { - ragged-right = ##t -} - -\version "2.10.0" \relative c'' { - \override Tie #'staff-position = #3 + \override Tie.staff-position = #3 d4 ~ - \override Tie #'staff-position = #3.0 + \override Tie.staff-position = #3.0 d ~ d - } +}