]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-text-left-text-alignment.ly
544fa6c65dceff44077f6445e99e9be0a9e6983a
[lilypond.git] / input / regression / dynamics-text-left-text-alignment.ly
1 \version "2.14.0"
2 \header {
3   texidoc = "The left text of a @code{DynamicTextSpanner} is
4 left-aligned to its anchor note.
5 "
6 }
7
8 \relative c' {
9   \crescTextCresc
10   \dimTextDim
11   c4\< c c c\!
12   c4\> c c c\!
13 }