bug-lilypond
[Top][All Lists]
Advanced

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

Re: bug report: partcombine and multi-measure rests


From: Simon Albrecht
Subject: Re: bug report: partcombine and multi-measure rests
Date: Sun, 18 Oct 2015 23:03:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Gilberto,

there’s no point in discussing off-list.

On 18.10.2015 17:33, Gilberto Agostinho wrote:
> Which it can, and though it may not be up to your preferences, the output is unambiguous, understandable and correct.

The output is ambiguous

It is inconsistent, that’s true, since R1 is taken into account for its full length, whereas R1*N isn’t. Seems like the barline/end of measure makes the difference. But it’s unambiguous, which means that the reader will know either way that the second voice is silent, whether through a rest or through a textual Solo [I] indication.
I forgot to mention: You can change this indication using
\layout {
  \context {
    \Voice
    soloText = "Solo I"
  }
}
– at least I might like that better.

the output should be at least equal

Agreed.


\version "2.19.28"

{
  \partcombine
  {R1 | \partcombineApart r2 b' | \partcombineAutomatic c''1 |}
  {R1*2 | f'1 |}
}

{
  \partcombine
  {R1 | \partcombineApart r2 b' | \partcombineAutomatic c''1 |}
  {R1 | R1 | f'1 |}
}

If no one else will give some more founded comment on this, I’ll raise an issue from this.

Yours, Simon



reply via email to

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