]> git.donarmstrong.com Git - lilypond.git/blob - input/test/crescendi.ly
ba7238f6e0f7e95d1fdcb081da7ef5a3bc738e63
[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 }