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