]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-style-zigzag-spacing.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / line-style-zigzag-spacing.ly
index 0d9368a66439b61b6b957a80c87a372d9067006d..13603805b08df77cebfdb341accbcd51607e63db 100644 (file)
@@ -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
 }