lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Partcombine with drums?


From: Pedro Pessoa
Subject: Partcombine with drums?
Date: Sun, 17 Feb 2019 15:38:56 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]