]> git.donarmstrong.com Git - lilypond.git/blob - input/test/crescendi.ly
Added texidoc index.
[lilypond.git] / input / test / crescendi.ly
1 \version "1.7.18"
2 \header{
3         texidoc="@cindex Crescendi
4 Lilypond can print crescendi in a number of different ways.
5 " }
6 \score{
7 \notes\relative c''{
8 a1\fff\> \!a-\pp
9 a\< \!a
10 \property Voice.crescendoText = "cresc."
11 \property Voice.crescendoSpanner = #'dashed-line
12 a-\mf\< a \!a 
13 a\< \!a
14 }
15 \paper{
16 raggedright = ##t
17 }
18 \midi{
19 \tempo 1 = 60
20 }
21 }
22 %% new-chords-done %%