]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/textcresc.ly
91127368f5f0061cab8f00266c3b636e7b64529f
[lilypond.git] / input / bugs / textcresc.ly
1 \version "1.3.148"
2
3
4 \score { \notes {
5   \context Voice {
6     \property Voice.crescendoText = "cresc."
7     \property Voice.crescendoSpanner = #'dashed-line
8     c2. r8 c8 \< \break \! c1
9   }
10 }
11 \paper { linewidth = 5.\cm}
12 }
13