]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-text-right-padding.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-text-right-padding.ly
1 \version "2.17.6"
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 }