]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/textcresc.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / textcresc.ly
1 \version "2.10.0"
2 \header{
3 texidoc="crashes lily"
4 }
5
6 \score {  {
7   \context Voice {
8     \set crescendoText = "cresc."
9     \set crescendoSpanner = #'dashed-line
10     c2. r8 c8 \< \break \! c1
11   }
12 }
13 \layout { line-width = 5.\cm}
14 }
15