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