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: Eby Mani
Subject: Re: partcombine - upper voice rests not printed
Date: Sat, 5 Oct 2019 04:20:04 +0000 (UTC)

Thanks, SoundsFromSound and Simon.

The trouble with using \partcombineApart for this particular score is, there are plenty of such critical rests on upper voice and doing a piano reduction of these.

Is there any way to merge the stems/flags and rests that share the same notes/rest on upper and lower voices like "partcombine" and use the standard polyphony(print different rests and notes) so to avoid partcombine feature ?.

e.g. some command like \mergesamenotes \mergesamerests.

thanks,

On Saturday, 5 October, 2019, 3:40:18 AM IST, Simon Albrecht <address@hidden> wrote:


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]