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