X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fshape-other-curves.ly;h=2009fe0b23f6114eedb42fdf73f7bf8fb3f540ec;hb=ae050ca38fb9ba535b451c501859e29ad2feea33;hp=d3cce657fa0101338ab6b61e450759915b164290;hpb=cb951038d3e74a85ec8539d0dc51260088251556;p=lilypond.git diff --git a/input/regression/shape-other-curves.ly b/input/regression/shape-other-curves.ly index d3cce657fa..2009fe0b23 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.19.21" \header { texidoc = "In addition to @code{Slur}, the music function @code{\\shape} works @@ -12,10 +12,10 @@ function." ragged-right = ##t } -\relative c'' { +\relative { % PhrasingSlur - d4\( d' b g g,8 f' e d c2\) - \override PhrasingSlur #'color = #blue + 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,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 }