]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi/dynamic-voices-simultaneous.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / dynamic-voices-simultaneous.ly
diff --git a/input/regression/midi/dynamic-voices-simultaneous.ly b/input/regression/midi/dynamic-voices-simultaneous.ly
new file mode 100644 (file)
index 0000000..091dd68
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.19.47"
+
+\header {
+  texidoc="The MIDI performer operates in Voice context by default,
+  so dynamics in different voices are independent."
+}
+
+\score {
+  \new Staff <<
+    \new Voice = "A" e'2\p
+    \new Voice = "A" c'2 % default dynamic expected
+  >>
+
+  \midi {}
+}