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