X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-style-zigzag-spacing.ly;h=13603805b08df77cebfdb341accbcd51607e63db;hb=097cec3ca750c11ca1129034de3a1bb630782c0e;hp=72fd521a54268564b6db121bb81bf58eb6ebe294;hpb=516aed4f15699a29a60b574f7b943a039bd1208b;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 }