X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dash.ly;h=bf8235d5e2020e0f6536318a4c046d7047ae5f47;hb=8211950f0931c4d8a0e18ee9e436e489bd583dbd;hp=0bcf3691a710d24e9a938894725faa8aa62a05f7;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/input/regression/slur-dash.ly b/input/regression/slur-dash.ly index 0bcf3691a7..bf8235d5e2 100644 --- a/input/regression/slur-dash.ly +++ b/input/regression/slur-dash.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\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) |