X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-manual-vertical-tune.ly;h=b882d21e0fde3bcf015f547819d2e8b57bad4ae8;hb=6f3f8f0fceed3b318c2572337e7dca83e4a11f6c;hp=7b6c58edfded712b1c17fc5eb4a234fd31639d7c;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/tie-manual-vertical-tune.ly b/input/regression/tie-manual-vertical-tune.ly index 7b6c58edfd..b882d21e0f 100644 --- a/input/regression/tie-manual-vertical-tune.ly +++ b/input/regression/tie-manual-vertical-tune.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.17.6" \header { texidoc = "If using integers, the tie will vertically tuned for @@ -7,9 +7,9 @@ as the exact location." } \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 }