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