lilypond-user
[Top][All Lists]
Advanced

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

Re: partcombine discards quarter rests, why?


From: Aaron Hill
Subject: Re: partcombine discards quarter rests, why?
Date: Sat, 05 Sep 2020 15:56:50 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-09-05 3:29 pm, Kenneth Wolcott wrote:
  I'm using \partcombine to merge two bass lines, one is a dotted half
note and the other bass one is a quarter rest and a half note.  The
upper voice has the quarter rest.  The quarter rest is NOT engraved.
The lower voice, having the dotted half note,is a fifth lower so there
is no collision, or shouldn't be.

Probably need to use \partcombineApart.  Consider:

%%%%
\version "2.20.0"

{
  \time 3/4
  \clef bass
  \partcombine
  { r4 e2 }
  { \once \partcombineApart a,2. }
}
%%%%


-- Aaron Hill



reply via email to

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