]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-rest-positioning.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / dynamics-rest-positioning.ly
1 \version "2.14.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 }