From 5f1ba5207c742fcf6dcbd9121bb749c7d58f098b Mon Sep 17 00:00:00 2001 From: Dan Eble Date: Mon, 4 Jul 2016 11:13:33 -0400 Subject: [PATCH] Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target --- .../midi/decrescendo-single-contrary-target.ly | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 input/regression/midi/decrescendo-single-contrary-target.ly 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 {} +} -- 2.39.5