From: Dan Eble Date: Mon, 4 Jul 2016 15:13:33 +0000 (-0400) Subject: Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f1ba5207c742fcf6dcbd9121bb749c7d58f098b;p=lilypond.git Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target --- diff --git a/input/regression/midi/decrescendo-single-contrary-target.ly b/input/regression/midi/decrescendo-single-contrary-target.ly new file mode 100644 index 0000000000..7c13541747 --- /dev/null +++ b/input/regression/midi/decrescendo-single-contrary-target.ly @@ -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 {} +}