From: fred Date: Tue, 1 Aug 2000 21:22:30 +0000 (+0000) Subject: lilypond-1.3.76 X-Git-Tag: release/1.5.59~5732 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fe0d416a5e5163d456aa92142ada2b5edf2f6d4;p=lilypond.git lilypond-1.3.76 --- diff --git a/input/bugs/dynamic-dir.ly b/input/bugs/dynamic-dir.ly new file mode 100644 index 0000000000..e56db38adf --- /dev/null +++ b/input/bugs/dynamic-dir.ly @@ -0,0 +1,12 @@ +%non of the dynamics properties work anymore + +\score { + \context Voice \notes\relative c { + \property Voice.verticalDirection = #-1 + \property Voice.dynamicVerticalDirection = #-1 + \property Voice.dynamicDirection = #-1 + \property Voice.dynamicPadding = #40 + c \p c \< \! c \ff\> c \!c-\p + + } +}