Re: How to obtain the same midi channel for both the staves of a PianoStaff

2019-11-21 Thread Paolo Prete
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

How to obtain the same midi channel for both the staves of a PianoStaff

2019-11-20 Thread Paolo Prete
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 { }