X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmidi%2Fdynamic-voices-simultaneous.ly;fp=input%2Fregression%2Fmidi%2Fdynamic-voices-simultaneous.ly;h=091dd689891d46425840f7e528178bdd42a50929;hb=9391b173e05e0752aadd10fad93f01edad33516c;hp=0000000000000000000000000000000000000000;hpb=3af0951f9a11677240efa6228683dd4fcea13eaf;p=lilypond.git diff --git a/input/regression/midi/dynamic-voices-simultaneous.ly b/input/regression/midi/dynamic-voices-simultaneous.ly new file mode 100644 index 0000000000..091dd68989 --- /dev/null +++ b/input/regression/midi/dynamic-voices-simultaneous.ly @@ -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 {} +}