]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-text-spanner-padding.ly
flags regression test: better formatting
[lilypond.git] / input / regression / dynamics-text-spanner-padding.ly
index 8fc4e8708d255e6b2e2432404b466b0bb5303754..6bc3ac1467a8adfd6668543e703b5a06886b49ec 100644 (file)
@@ -1,20 +1,19 @@
-
 \header {
 
   texidoc = "The 2nd half of the cresc. stays at a reasonable distance
 from the notes. "
 
 }
-\version "2.10.13"
+\version "2.11.51"
 
 \layout {
   indent = 0.0\mm
   line-width = 70.0\mm
+}
 
 \relative c' {
-  \setTextCresc
+  \crescTextCresc
   c\< c c c | \break
   c  c\! c c
 }
-}