lilypond-user
[Top][All Lists]
Advanced

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

Re: Looking for work arround for partcombine's known issue


From: Keith OHara
Subject: Re: Looking for work arround for partcombine's known issue
Date: Fri, 24 Jan 2014 19:33:05 -0800
User-agent: Opera Mail/12.16 (Win32)

On Fri, 24 Jan 2014 12:16:02 -0800, Ed Gordijn <address@hidden> wrote:

So the <e' e''> as a
chord and the a' with two stems.

I don't see any way to have \partcombine do that, but you could force the lower 
e to have a stem up and line up with the upper note.  This almost looks like a 
chord.  (If the overrides are inconsistent with how you want the individual 
parts to look, you can use the \removeWithTag feature.)

musicI  = { e''2( a'2) }
musicII = {\partcombineApart
   \once\stemUp
   \once\override NoteColumn #'ignore-collision =##t
   e'2( a'2) }

\partcombine \musicI \musicII




reply via email to

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