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 { } \midi { \context { \Staff
\consists "Dynamic_performer" } } }
%%%%%%%%%%%%%%%%%%%%%%%%%
If I use a PianoStaff, instead of the above two voices inside "\newStaff", how
can I assign the same midi channel for both the upper and lower staves as well?
... \new PianoStaff << \new Staff = "up" { \upper } \new Staff
= "down" { \lower } >>...
ThanksPaolo