]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-text-left-text-alignment.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dynamics-text-left-text-alignment.ly
1 \version "2.16.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 }