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