]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-text-right-padding.ly
e3c8a09604a47f165d330950885f486b3822248e
[lilypond.git] / input / regression / dynamics-text-right-padding.ly
1 \version "2.13.11"
2 \header {
3   texidoc = "The space between an absolute dynamic and a dynamic text
4 span can be changed using @code{'right-padding}.
5 "
6 }
7
8 \relative c' {
9   \dimTextDim
10   \once \override DynamicText #'right-padding = #0
11   c4\fff\> c c c\!
12 }