]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamics.ly
patch::: 1.3.120.jcn1
[lilypond.git] / input / test / dynamics.ly
1 \score { 
2   \context Voice \notes\relative c {
3     c''4 \p c \ff  c^\ff 
4         \property Voice.dynamicPadding = 10
5         c \p \<  \! c \ff\> c \!c-\p 
6         
7   }
8   \paper { }  
9   \midi { }
10 }