]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/textcresc.ly
update syntax in .ly files.
[lilypond.git] / input / no-notation / textcresc.ly
1 \version "1.7.6"
2 \header{
3 texidoc="crashes lily"
4 }
5
6 \score { \notes {
7   \context Voice {
8     \property Voice.crescendoText = "cresc."
9     \property Voice.crescendoSpanner = #'dashed-line
10     c2. r8 c8 \< \break \! c1
11   }
12 }
13 \paper { linewidth = 5.\cm}
14 }
15