lilypond-user
[Top][All Lists]
Advanced

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

Re: Partcombine swallows rest at start of measure


From: Carl Sorensen
Subject: Re: Partcombine swallows rest at start of measure
Date: Sun, 1 Sep 2019 18:07:53 +0000
User-agent: Microsoft-MacOutlook/10.10.c.190715

 

 

From: Ben <address@hidden>
Date: Saturday, August 31, 2019 at 4:44 PM
To: <address@hidden>
Subject: Re: Partcombine swallows rest at start of measure

 

On 8/31/2019 6:30 PM, Carl Sorensen wrote:

Consider the following code:
 
\version "2.19.83"
 
% Partcombine swallows a rest if it is the first musical content in a measure and erroneously claims the measure is Solo II
 
\score{
{\clef bass \time 3/4 
  \partcombine { c'8 r8 c'2 | r8 c'8 c'2 }  
                           { a2.           | a2. }
}
} 
 
 
The rest at the beginning of the second measure is swallowed by partcombine, and partcombine thinks the measure
Is Solo II.  Is there any workaround?
 
Thanks,
 
Carl
 
 

Hi Carl,

Do you mean like this?

\score{
{\clef bass \time 3/4
  \partcombine { c'8 r8 c'2 | \partcombineApart r8 c'8 c'2 } 
                           { a2.           | a2. }
}
}

 

Yes.  I had tried that, but it didn’t work in my actual score.  So maybe there’s something more going on.  I’ll figure it out now.

Thanks,

Carl


reply via email to

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