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:25:08 -0800

Happens,
Not to worry.



-----Original Message-----
From: Eby Mani [mailto:address@hidden 
Sent: Thursday, November 15, 2018 5:23 AM
To: address@hidden; Mark Stephen Mrotek <address@hidden>
Subject: RE: partcombine with 3-4 voices, flags not merged

My mistake while writing to the list, apologies, they should be .

"\new Staff { \partcombine \rhA \rhB \rhC }"

--------------------------------------------
On Thu, 15/11/18, Mark Stephen Mrotek <address@hidden> wrote:

 Subject: RE: partcombine with 3-4 voices, flags not merged
 To: "'Eby Mani'" <address@hidden>, address@hidden
 Date: Thursday, 15 November, 2018, 1:02 PM
 
 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]