X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fshape-other-curves.ly;h=2009fe0b23f6114eedb42fdf73f7bf8fb3f540ec;hb=7d5f2d0fd52ccdbe8bdafc40220176b22049d4ba;hp=6e8bda777443df88ea62d2e680ecb4b49dc77c0a;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/shape-other-curves.ly b/input/regression/shape-other-curves.ly index 6e8bda7774..2009fe0b23 100644 --- a/input/regression/shape-other-curves.ly +++ b/input/regression/shape-other-curves.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works @@ -12,11 +12,11 @@ function." ragged-right = ##t } -\relative c'' { +\relative { % PhrasingSlur - d4\( d' b g g,8 f' e d c2\) - \override PhrasingSlur #'color = #blue - \shape PhrasingSlur #'((0 . -2) (-1 . 3.5) (0.5 . 0.5) (0 . -2.5)) + d''4\( d' b g g,8 f' e d c2\) + \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,8 +24,8 @@ function." cis1~ \break cis - \override Tie #'color = #blue - \shape Tie #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) + \override Tie.color = #blue + \shape #'(() ((0 . -0.9) (0 . -0.5) (0 . -0.5) (0 . -0.9))) Tie cis~ \break cis @@ -33,14 +33,14 @@ function." % LaissezVibrerTie c\laissezVibrer - \override LaissezVibrerTie #'color = #blue - \shape LaissezVibrerTie #'((0 . 0) (0.5 . 0.2) (1.5 . 0.2) (2 . 0)) + \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 - \shape RepeatTie #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) + \override RepeatTie.color = #blue + \shape #'((-1 . 0) (-0.7 . 0) (-0.3 . 0) (0 . 0)) RepeatTie c\repeatTie }