X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-dash.ly;h=147d78a160128ee79da74115e443227eb1b9595a;hb=c0ae8834560b64fdbb5d2352dc55e3006eb9104f;hp=82b34a194a81249883082e74ca4159127693dde1;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/input/regression/tie-dash.ly b/input/regression/tie-dash.ly index 82b34a194a..147d78a160 100644 --- a/input/regression/tie-dash.ly +++ b/input/regression/tie-dash.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header {texidoc = "@cindex Tie, dotted, dashed The appearance of ties may be changed from solid to dotted or dashed. " @@ -18,7 +18,7 @@ The appearance of ties may be changed from solid to dotted or dashed. c2 ~ c | \tieDashPattern #0.4 #2.0 c2 ~ c | - \once \override Tie #'dash-definition = #'((0 0.25 1 1) + \once \override Tie.dash-definition = #'((0 0.25 1 1) (0.3 0.7 0.4 0.75) (0.75 1.0 1.0 1.0)) c2 ~ c |