lilypond-user
[Top][All Lists]
Advanced

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

Re: partcombine - upper voice rests not printed


From: Simon Albrecht
Subject: Re: partcombine - upper voice rests not printed
Date: Sat, 5 Oct 2019 00:10:15 +0200

Hi Eby,

this is likely one of many bugs and shortcomings in the default behaviour of the partcombiner. See the issue tracker…

Best, Simon

On 04.10.19 18:37, Eby Mani via lilypond-user wrote:
Note: Seems the mail sent yesterday somehow did not appear in the mailing list 
or a delivery failed message was not generated.

**********************************
Apologies if this been asked earlier. When using \partcombine, rests on upper 
voice is not printed, but rests on the lower voice is printed.

How do i get to print the quaver rest(critical) in the first measure ?. somehow 
it prints the critical rests in the lower voice.

Thanks,
eby
************************************
\version "2.18.2"

pA = \relative c' {
   %%% partcombine rest is not printed.
   f4 e8 fis r8^\markup "rest" d'8 d d

   d4 r r c~
c8 bes bes c16 g r8 d d'4
}

pB = \relative c' {

   f4 e8 fis g4. fis8
   %%% partcombine rest is printed.
   f8 ees16 d ees4 d r8_\markup "rest" ees8
r4 r8 c16 bes c8 a a' f
}

pCom = <<
   \mergeDifferentlyHeadedOn
     \mergeDifferentlyDottedOn
     \partcombine \pA \pB >>

\score {
   <<
   \new Staff = "no-part-combine" \with { instrumentName = "default" }
   <<\pA \\ \pB>>
   >>
}

\score {
   <<
     \new Staff = "part-combine" \with { printPartCombineTexts = ##f instrumentName =  
"partcombine"}
     \pCom
   >>
}

_______________________________________________
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]