Hello!
Is there a known way of using partcombine with drums?
I'm not familiar with it, but I tried to do it as in the notation reference.
I found nothing about this limitation in neither manuals, mailing archive or
LSR.
Thanks!

%% Snippet Begin
\version "2.19.82"

drumA = \drummode { sn8 8 8 8 }
drumB = \drummode { bd8 8 8 8 }
drumAB=\drummode {<bd sn>8 q q q}
melA = \relative c''{ d8 8 8 8 }
melB = \relative c''{ g8 8 8 8 }

{
  % Doesn't work.
  \new DrumStaff \partcombine \drumA \drumB
  
  % Should output (created manually):
  \new DrumStaff \drumAB
  
  % Regular music works under similar conditions:
  \new Staff \partcombine \melA \melB
}
%%



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to