X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-manual-vertical-tune.ly;h=8c4862aedc82ba2c9472151a013fa9d29642a3e6;hb=0200dabbc6e9bfa91c38f1199a2cdf9bfb43d026;hp=9442bd3b209f23f66ee6016575a0c739ff7eb660;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/input/regression/tie-manual-vertical-tune.ly b/input/regression/tie-manual-vertical-tune.ly index 9442bd3b20..8c4862aedc 100644 --- a/input/regression/tie-manual-vertical-tune.ly +++ b/input/regression/tie-manual-vertical-tune.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "If using integers, the tie will vertically tuned for @@ -6,10 +6,10 @@ staff line avoidance. If using a floating point number, this is taken as the exact location." } -\relative c'' { - \override Tie #'staff-position = #3 - d4 ~ - \override Tie #'staff-position = #3.0 +\relative { + \override Tie.staff-position = #3 + d''4 ~ + \override Tie.staff-position = #3.0 d ~ d }