According to this post:
Re: MIDI assignment: two staffs to same channel
|
|
|
| | |
|
|
|
| |
Re: MIDI assignment: two staffs to same channel
|
|
|
I set the channelMapping for the same instrument (see the snippet below). But
it still produces two separate channels (teste
Hello,
in the following snippet the same midi channel is assigned to both the voices
inside the same staff
% upper = { a'4 b' r r}
lower = { r\ppp r\fff c''4 d''}
\score { \new Staff << \new Voice { \upper } \new Voice {
\lower } >> \layout { }