]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-text-spanner-padding.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / dynamics-text-spanner-padding.ly
1 \header {
2
3   texidoc = "The 2nd half of the cresc. stays at a reasonable distance
4 from the notes. "
5
6 }
7 \version "2.11.51"
8
9 \layout {
10   indent = 0.0\mm
11   line-width = 70.0\mm
12 }
13
14 \relative c' {
15   \crescTextCresc
16   c\< c c c | \break
17   c  c\! c c
18 }
19