X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dash.ly;h=bf8235d5e2020e0f6536318a4c046d7047ae5f47;hb=3cdc909d8cea64c8faef90d3a6a391f32a424ba2;hp=b1d111d2285338ca3dddbdbc1b5d9bea6a104871;hpb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;p=lilypond.git diff --git a/input/regression/slur-dash.ly b/input/regression/slur-dash.ly index b1d111d228..bf8235d5e2 100644 --- a/input/regression/slur-dash.ly +++ b/input/regression/slur-dash.ly @@ -1,4 +1,4 @@ -\version "2.13.1" +\version "2.17.6" \header {texidoc = "@cindex Slur, dotted, dashed The appearance of slurs may be changed from solid to dotted or dashed. " @@ -18,7 +18,7 @@ The appearance of slurs may be changed from solid to dotted or dashed. c( d e c) | \slurDashPattern #0.4 #2.0 c( d e c) | - \once \override Slur #'dash-definition = #'((0 0.25 1 1) + \once \override Slur.dash-definition = #'((0 0.25 1 1) (0.3 0.7 0.4 0.75) (0.75 1.0 1.0 1.0)) c( d e c) |