Index: input/regression/tie-dash.ly |
diff --git a/input/regression/tie-dash.ly b/input/regression/tie-dash.ly |
index 82b34a194a81249883082e74ca4159127693dde1..147d78a160128ee79da74115e443227eb1b9595a 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 | |