]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-text-right-padding.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dynamics-text-right-padding.ly
index e3c8a09604a47f165d330950885f486b3822248e..1e3c4c6c3c2c25d2ff0b0120b92fd8837e083833 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.11"
+\version "2.17.6"
 \header {
   texidoc = "The space between an absolute dynamic and a dynamic text
 span can be changed using @code{'right-padding}.
@@ -7,6 +7,6 @@ span can be changed using @code{'right-padding}.
 
 \relative c' {
   \dimTextDim
-  \once \override DynamicText #'right-padding = #0
+  \once \override DynamicText.right-padding = #0
   c4\fff\> c c c\!
 }