X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fshape-slurs.ly;h=3427965c34fea16581bdf23e8a69cdead9a3e76f;hb=ecc41fd08c437396edb27d1fb82c977e7404803e;hp=c9cd97a876675377609ad1d47d1d56288ee3d413;hpb=a01dce03cbf3fa0d219ba2d5cfbd008be7341a9d;p=lilypond.git diff --git a/input/regression/shape-slurs.ly b/input/regression/shape-slurs.ly index c9cd97a876..3427965c34 100644 --- a/input/regression/shape-slurs.ly +++ b/input/regression/shape-slurs.ly @@ -1,4 +1,4 @@ -\version "2.15.39" +\version "2.17.6" \header { texidoc = "The control points of a broken or unbroken slur may be offset by @@ -21,13 +21,13 @@ % modified \relative c'' { - \override Slur #'color = #blue - \shape Slur #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) + \override Slur.color = #blue + \shape #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) Slur d4( d' b g g,8 f' e d c2) - \shape Slur #'( + \shape #'( ((0 . -2.5) (0 . 1.5) (0 . 1) (0 . -0.5)) ((1 . 2.5) (0 . 1.5) (0 . 1) (0 . 0)) - ) + ) Slur d4( d' b g \break g,8 f' e d c2)