summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorDan Eble <nine.fierce.ballads@gmail.com>2016-07-04 11:13:33 -0400
committerDan Eble <nine.fierce.ballads@gmail.com>2016-07-19 07:50:09 -0400
commit5f1ba5207c742fcf6dcbd9121bb749c7d58f098b (patch)
tree242359807db1cbb806a2c4a4ed59ee5ee0b77ac9 /input
parent14f464d957b6a68710f0364fc7507b63eb0fcee6 (diff)
Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target
Diffstat (limited to 'input')
-rw-r--r--input/regression/midi/decrescendo-single-contrary-target.ly15
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 {}
+}