]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / dynamics-alignment-no-line.ly
index 4211b4f891e871453860db09ac268f130dd72585..fd38e75b99d0046a3e44f35c3e4ceb510f40c280 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "If the line for a @code{DynamicTextSpanner} is hidden, the
@@ -10,7 +10,7 @@ dynamics to be unlinked."
   g4\p\cresc g g g
   g,1\f
 
-  \override DynamicTextSpanner #'style = #'none
+  \override DynamicTextSpanner.style = #'none
   g'4\p\cresc g g g
   g,1\f  
 }