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