]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/crescendo-abutting.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / midi / crescendo-abutting.ly
diff --git a/input/regression/midi/crescendo-abutting.ly b/input/regression/midi/crescendo-abutting.ly
new file mode 100644 (file)
index 0000000..da0ff4f
--- /dev/null
@@ -0,0 +1,10 @@
+\version "2.19.44"
+
+\header {
+  texidoc="One (de)crescendo ends as the next begins."
+}
+
+\score {
+   { c\< c\> c\! }
+   \midi {}
+}