diff options
Diffstat (limited to 'input/regression/midi/decrescendo-single-contrary-target.ly')
-rw-r--r-- | input/regression/midi/decrescendo-single-contrary-target.ly | 15 |
1 files changed, 15 insertions, 0 deletions
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 {} +} |