]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-dir.ly
b7d353b09f3c39d2890d652f4f5ac268b9eb742f
[lilypond.git] / input / test / dynamic-dir.ly
1 %non of the dynamics properties work anymore
2
3 \score { 
4   \context Voice \notes\relative c {
5 %        \property Voice.verticalDirection = #-1
6
7         \property Voice.dynamicDirection = #1
8         \property Voice.dynamicPadding = #40
9         c \p c \<  \! c \ff\> c \!c-\p 
10
11   }
12 }