]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-text-spanner-padding.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-text-spanner-padding.ly
index 8fc4e8708d255e6b2e2432404b466b0bb5303754..ecbf985aeca6a09be56314a18ebe7f811b4ca616 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.16.0"
 
 \layout {
   indent = 0.0\mm
   line-width = 70.0\mm
+}
 
 \relative c' {
-  \setTextCresc
+  \crescTextCresc
   c\< c c c | \break
   c  c\! c c
 }
-}