]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.76
authorfred <fred>
Tue, 1 Aug 2000 21:22:30 +0000 (21:22 +0000)
committerfred <fred>
Tue, 1 Aug 2000 21:22:30 +0000 (21:22 +0000)
input/bugs/dynamic-dir.ly [new file with mode: 0644]

diff --git a/input/bugs/dynamic-dir.ly b/input/bugs/dynamic-dir.ly
new file mode 100644 (file)
index 0000000..e56db38
--- /dev/null
@@ -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 
+
+  }
+}