]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-style-zigzag-spacing.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / line-style-zigzag-spacing.ly
index 9d0a28137d91834a1b0122f9d6a77f68ea50068c..ab35aa1d95923406f66fcaa45351dc531c807a57 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Setting @code{'zigzag} style for spanners does not
@@ -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
 }