X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fshape-other-curves.ly;h=c76991235cf9b753fc97ce04631913f6a76c5b09;hb=b38989c86d64ef41025672f9bd2d2fcfd6cd700e;hp=d3cce657fa0101338ab6b61e450759915b164290;hpb=c67137a4cf73e511f12f180e5e466af6e1863b04;p=lilypond.git diff --git a/input/regression/shape-other-curves.ly b/input/regression/shape-other-curves.ly index d3cce657fa..c76991235c 100644 --- a/input/regression/shape-other-curves.ly +++ b/input/regression/shape-other-curves.ly @@ -1,4 +1,4 @@ -\version "2.17.4" +\version "2.17.6" \header { texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works @@ -15,7 +15,7 @@ function." \relative c'' { % PhrasingSlur d4\( d' b g g,8 f' e d c2\) - \override PhrasingSlur #'color = #blue + \override PhrasingSlur.color = #blue \shape #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) PhrasingSlur d4\( d' b g g,8 f' e d c2\) \break @@ -24,7 +24,7 @@ function." cis1~ \break cis - \override Tie #'color = #blue + \override Tie.color = #blue \shape #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) Tie cis~ \break @@ -33,14 +33,14 @@ function." % LaissezVibrerTie c\laissezVibrer - \override LaissezVibrerTie #'color = #blue + \override LaissezVibrerTie.color = #blue \shape #'((0 . 0) (0.5 . 0.2) (1.5 . 0.2) (2 . 0)) LaissezVibrerTie c\laissezVibrer \break % RepeatTie c\repeatTie - \override RepeatTie #'color = #blue + \override RepeatTie.color = #blue \shape #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) RepeatTie c\repeatTie }