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