]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-rest-positioning.ly
bae0ebd94e6e47598a63ffcc1a84f8d67e5814b6
[lilypond.git] / input / regression / dynamics-rest-positioning.ly
1 \version "2.13.29"
2
3 \header {
4   texidoc = "Text dynamics are positioned correctly on rests, i.e.,
5 centered on the parent object."
6 }
7
8 \relative c'' {
9   g2\p r\p
10   g4\f s r4\f s
11 }