]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-dir.ly
patch::: 1.3.120.jcn1
[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 }