]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/dynamic-voices-sequential.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / midi / dynamic-voices-sequential.ly
1 \version "2.19.47"
2
3 \header {
4   texidoc="The MIDI performer operates in Voice context by default,
5   so dynamics in different voices are independent."
6 }
7
8 \score {
9   \new Staff {
10     \new Voice = "A" c'2\p
11     \new Voice = "A" c'2 % default dynamic expected
12   }
13
14   \midi {}
15 }