X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-style-zigzag-spacing.ly;h=13603805b08df77cebfdb341accbcd51607e63db;hb=91020f65ff553c2ece26991adaad7d3ea3e7a5fa;hp=72fd521a54268564b6db121bb81bf58eb6ebe294;hpb=6fd85cd869cf39b235df3df2978a3e6fd015b614;p=lilypond.git diff --git a/input/regression/line-style-zigzag-spacing.ly b/input/regression/line-style-zigzag-spacing.ly index 72fd521a54..13603805b0 100644 --- a/input/regression/line-style-zigzag-spacing.ly +++ b/input/regression/line-style-zigzag-spacing.ly @@ -1,4 +1,4 @@ -\version "2.11.61" +\version "2.19.21" \header { texidoc = "Setting @code{'zigzag} style for spanners does not @@ -8,12 +8,12 @@ the second markup and default trillspanner. " } -\relative c' { - c1^"text" - \override TrillSpanner #'style = #'zigzag +\relative { + c'1^"text" + \override TrillSpanner.style = #'zigzag c1\startTrillSpan c2^\stopTrillSpan c^"text" - \revert TrillSpanner #'style + \revert TrillSpanner.style c1\startTrillSpan c1^\stopTrillSpan }