]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/crescendo-text.ly
release: 1.3.129
[lilypond.git] / input / tricks / crescendo-text.ly
1
2 fragment = \notes {
3   \context Voice {
4     \property Voice.crescendoText = "cresc."
5     \property Voice.crescendoSpanner = #'dashed-line
6     a''2\mf\< a a \!a
7   }
8 }
9
10 \paper { linewidth = -1.; } 
11
12 \score {
13   \notes\relative c \fragment
14   \paper { }  
15 }