X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fphrasing-slur-dash.ly;h=cf0118a44d3de0a0f0499ae8148551cffb9c0b0f;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=f8b13f57d9dc6fd971359115002766723e29c786;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/phrasing-slur-dash.ly b/input/regression/phrasing-slur-dash.ly index f8b13f57d9..cf0118a44d 100644 --- a/input/regression/phrasing-slur-dash.ly +++ b/input/regression/phrasing-slur-dash.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.16.0" \header { texidoc = " The appearance of phrasing slurs may be changed from solid to dotted or dashed. " @@ -10,8 +10,15 @@ The appearance of phrasing slurs may be changed from solid to dotted or dashed. c\( d e c\) | \phrasingSlurDashed c\( d e c\) | - \override PhrasingSlur #'dash-period = #2.0 - \override PhrasingSlur #'dash-fraction = #0.4 + \phrasingSlurHalfDashed + c\( d e c\) | + \phrasingSlurHalfSolid + c\( d e c\) | + \phrasingSlurDashPattern #0.4 #2.0 + c\( d e c\) | + \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\) | \phrasingSlurSolid c\( d e c\) |