X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-style-zigzag-spacing.ly;h=13603805b08df77cebfdb341accbcd51607e63db;hb=e6e59e19a164f0d3af53b0bde3798940de162d66;hp=0d9368a66439b61b6b957a80c87a372d9067006d;hpb=dc8e9c050a98c809e66b10d9ae1d3df9d3b0190f;p=lilypond.git diff --git a/input/regression/line-style-zigzag-spacing.ly b/input/regression/line-style-zigzag-spacing.ly index 0d9368a664..13603805b0 100644 --- a/input/regression/line-style-zigzag-spacing.ly +++ b/input/regression/line-style-zigzag-spacing.ly @@ -1,19 +1,19 @@ -\version "2.11.57" +\version "2.19.21" \header { - texidoc = "Setting zigzag style for spanners does not cause -spacing problems: in this example, the first text markup and + texidoc = "Setting @code{'zigzag} style for spanners does not +cause spacing problems: in this example, the first text markup and zigzag trillspanner have the same outside staff positioning as 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 }