]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line-linebreak.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-alignment-no-line-linebreak.ly
index 28dbdce53237e966dd185d6e1bcb625da95604c9..8b407c5339c06d68f96b40b6c7db291fba176f0f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.6"
+\version "2.19.21"
 
 \header {
   texidoc = "Setting the style of a @code{DynamicTextSpanner} to @code{'none}
@@ -6,9 +6,9 @@ to hide the line altogether should also work over line breaks.
 "
 }
 
-\relative c'' {
-  \override DynamicTextSpanner #'style = #'none
-  c2\cresc g,2
+\relative {
+  \override DynamicTextSpanner.style = #'none
+  c''2\cresc g,2
   \break
   g2 c'2\f
 }