X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftie-manual-vertical-tune.ly;h=7b6c58edfded712b1c17fc5eb4a234fd31639d7c;hb=840f47a0f0617b3ab69380a0a33d6725741a4bd8;hp=a304f6da5d0e307ed59f1b9f5e17b68ff2b4c623;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/tie-manual-vertical-tune.ly b/input/regression/tie-manual-vertical-tune.ly index a304f6da5d..7b6c58edfd 100644 --- a/input/regression/tie-manual-vertical-tune.ly +++ b/input/regression/tie-manual-vertical-tune.ly @@ -1,23 +1,15 @@ -\header { - +\version "2.14.0" +\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.51" - -\layout { - ragged-right = ##t -} - -\version "2.11.51" \relative c'' { \override Tie #'staff-position = #3 d4 ~ \override Tie #'staff-position = #3.0 d ~ d - } +}