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