]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-style-zigzag-spacing.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / line-style-zigzag-spacing.ly
index 0d9368a66439b61b6b957a80c87a372d9067006d..ab35aa1d95923406f66fcaa45351dc531c807a57 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.11.57"
+\version "2.17.6"
 
 \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.
 "
@@ -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
 }