From 5fe0d416a5e5163d456aa92142ada2b5edf2f6d4 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 1 Aug 2000 21:22:30 +0000 Subject: [PATCH] lilypond-1.3.76 --- input/bugs/dynamic-dir.ly | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 input/bugs/dynamic-dir.ly 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 + + } +} -- 2.39.5