lilypond-user
[Top][All Lists]
Advanced

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

RE: partcombine with 3-4 voices, flags not merged


From: Mark Stephen Mrotek
Subject: RE: partcombine with 3-4 voices, flags not merged
Date: Thu, 15 Nov 2018 05:02:34 -0800

Eby,

The variables are defined as rhA, rhB, rhC, yet in the part-combine they are
listed as sopranoA, sporanoB, and sopranoC.

Mark

-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of Eby
Mani
Sent: Thursday, November 15, 2018 12:34 AM
To: address@hidden
Subject: partcombine with 3-4 voices, flags not merged

Hi All,

I'm typesetting some piano music, I find it easier to break the chords into
different voices(e.g. rhA, rhB, rhC) and combine using \partcombine, instead
of putting the chourds in a single voice (e.g. RH). 

However it doens't seem working fine with more than 2 voices on single
staff. Following example does not combine "rhC" at all. 

The file i'm working on does combine noteheads and stems, except the flags.
Instead of merging flags, it adds another set of flags in the same
direction(sorry don't have access to the file i'm working on now, will
provide screenshot once i get home).

The final result i'm looking for is that of "RH"'s with partcombine pairs
without text.

Any snippets, commands to overcome this problem ?.

Thanks,
Eby

\version "2.18.2"
global = { \key c \major \time 2/4 }

rhA = \relative c' {
c8 e g c
}

rhB = \relative c' {
c8 c e e
}

rhC = \relative c' {
a8 a c c
}

RH = \relative c' {
<c a>8 <e c a> <g e c> <c e, c>
}

\score{
        <<
        \new Staff { \partcombine \sopranoA \sopranoB \sopranoC }
        \new Staff { \RH }
        >>
        \layout{}
        \midi{}
}

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




reply via email to

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