]> git.donarmstrong.com Git - lilypond.git/blob - input/test/crescendi.ly
update syntax in .ly files.
[lilypond.git] / input / test / crescendi.ly
1 \version "1.7.6"
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 }
18 %% new-chords-done %%