]> git.donarmstrong.com Git - lilypond.git/blob - input/test/crescendi.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / crescendi.ly
1
2 \score{
3 \notes\relative c''{
4 a1\fff\> \!a\pp
5 a\< \!a
6 \property Voice.crescendoText = "cresc."
7 \property Voice.crescendoSpanner = #'dashed-line
8 a\mf\< a \!a 
9 a\< \!a
10 }
11 \paper{
12 }
13 \midi{
14 \tempo 1 = 60;
15 }
16 }