]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/text-spanner.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / bugs / text-spanner.ly
1
2 % text spanners should not repeat start text when broken
3
4 \score {
5   \notes \relative c'' {
6     \property Voice.crescendoText = #"cresc."
7     \property Voice.crescendoSpanner = #'dashed-line
8     c1\< c \break
9     c1 \!c \break
10     }
11   \paper {
12     linewidth = 40*\staffspace;
13   }
14 }