]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line-linebreak.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / dynamics-alignment-no-line-linebreak.ly
index 69128631f656a33ad542fd95606c1f97813efc01..8b407c5339c06d68f96b40b6c7db291fba176f0f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.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'' {
+\relative {
   \override DynamicTextSpanner.style = #'none
-  c2\cresc g,2
+  c''2\cresc g,2
   \break
   g2 c'2\f
 }