]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-spanner.ly
*** empty log message ***
[lilypond.git] / input / regression / text-spanner.ly
1 \version "1.7.18"
2 \header {
3 texidoc= "Text spanners should not repeat start text when broken."
4 }
5
6 \score {
7   \notes \relative c'' {
8     \property Voice.crescendoText = #"cresc."
9     \property Voice.crescendoSpanner = #'dashed-line
10     c1\< c \break
11     c1 c-\! \break
12     }
13   \paper {
14     linewidth = 40*\staffspace
15   }
16 }
17