X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-style-zigzag-spacing.ly;h=ab35aa1d95923406f66fcaa45351dc531c807a57;hb=492a7326057fec726684ef429763c745e9ec982b;hp=e2de30aedc3afb55796821896557c3b3b283e5a2;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/line-style-zigzag-spacing.ly b/input/regression/line-style-zigzag-spacing.ly index e2de30aedc..ab35aa1d95 100644 --- a/input/regression/line-style-zigzag-spacing.ly +++ b/input/regression/line-style-zigzag-spacing.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.17.6" \header { texidoc = "Setting @code{'zigzag} style for spanners does not @@ -10,10 +10,10 @@ the second markup and default trillspanner. \relative c' { c1^"text" - \override TrillSpanner #'style = #'zigzag + \override TrillSpanner.style = #'zigzag c1\startTrillSpan c2^\stopTrillSpan c^"text" - \revert TrillSpanner #'style + \revert TrillSpanner.style c1\startTrillSpan c1^\stopTrillSpan }