]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamic-text-alignment.ly
Change colors of HTML footer style
[lilypond.git] / input / regression / dynamic-text-alignment.ly
1 \version "2.11.59"
2
3 \header {
4   texidoc = "The left bound text of dynamic text spanners is
5 horizontally aligned with the left edge of a note column."
6 }
7
8 \relative c'' {
9   \crescTextCresc
10   c1\<
11   e2 f\!
12   \dimTextDecresc
13   e2\> d
14   c b\!
15 }