]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-no-line.ly
index 625724463b56cd1196d7e2078b791ecaeaa3b643..b3f944265211f521948deab01b6ea8318f3105ce 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.24"
+\version "2.19.21"
 
 \header {
   texidoc = "If the line for a @code{DynamicTextSpanner} is hidden, the
@@ -6,11 +6,11 @@ alignment spanner for dynamics is ended early.  This allows consecutive
 dynamics to be unlinked."
 }
 
-\relative g' {
-  g4\p\cresc g g g
+\relative {
+  g'4\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  
 }