]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-rest-positioning.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / dynamics-rest-positioning.ly
1 \version "2.16.0"
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 }