]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target
authorDan Eble <nine.fierce.ballads@gmail.com>
Mon, 4 Jul 2016 15:13:33 +0000 (11:13 -0400)
committerDan Eble <nine.fierce.ballads@gmail.com>
Tue, 19 Jul 2016 11:50:09 +0000 (07:50 -0400)
input/regression/midi/decrescendo-single-contrary-target.ly [new file with mode: 0644]

diff --git a/input/regression/midi/decrescendo-single-contrary-target.ly b/input/regression/midi/decrescendo-single-contrary-target.ly
new file mode 100644 (file)
index 0000000..7c13541
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.19.45"
+
+\header {
+  texidoc="When a decrescendo is followed by an explicit dynamic that
+  is louder than the starting dynamic, the dynamic performer chooses a
+  reasonable target dynamic.  The velocity of notes during the
+  decrescendo is linearly interpolated between the starting and target
+  dynamics, with the explicit dynamic taking effect at the last
+  moment."
+}
+
+\score {
+   { c\mf\> c c\f }
+   \midi {}
+}