]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/crescendo-single-compatible-target.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / crescendo-single-compatible-target.ly
diff --git a/input/regression/midi/crescendo-single-compatible-target.ly b/input/regression/midi/crescendo-single-compatible-target.ly
new file mode 100644 (file)
index 0000000..fcc0f5a
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.19.44"
+
+\header {
+  texidoc="The velocity of notes during a crescendo is linearly
+  interpolated between the starting and target dynamics."
+}
+
+\score {
+   { c\mf\< c c\f }
+   \midi {}
+}