]> git.donarmstrong.com Git - lilypond.git/blob - input/test/crescendi.ly
e98d4feebfab22e6dcf58d106336c72ae9ab935b
[lilypond.git] / input / test / crescendi.ly
1
2 \version "2.1.26"
3 \header{
4         texidoc="@cindex Crescendi
5 Crescendi can be printed in a number of different ways.
6 " }
7 \score{
8 \notes\relative c''{
9 a1\fff\> a\pp\!
10 a\< a\!
11 \set crescendoText = \markup { \italic \bold "cresc." }
12 \set crescendoSpanner = #'dashed-line
13 a\mf\< a a\! 
14 a\< a\!
15 }
16 \paper{
17 raggedright = ##t
18 }
19 \midi{
20 \tempo 1 = 60
21 }
22 }
23