lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3612 in lilypond: \partcombine with spanners a


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3612 in lilypond: \partcombine with spanners and short notation of multiple Rests messed up
Date: Tue, 15 Oct 2013 09:14:48 +0000


Comment #1 on issue 3612 by address@hidden: \partcombine with spanners and short notation of multiple Rests messed up
http://code.google.com/p/lilypond/issues/detail?id=3612

The last "total mess" example is just a misunderstanding of LilyPond's use of default durations.
\new Staff \partcombine {R1 *4  d'~ d' R } {R1 *7}
is equivalent to
\new Staff \partcombine {R1 *4 d'1 *4 ~ d'1 *4 R1 *4 } { R1 *7 }

One also has to note that the d' notes occur in the _first_ voice. So the actual problem is that the remainder of the multimeasure rest in the second voice is neither resumed nor shared with the final (shorter) multimeasure nor does it grant solo status to the other part.

There are probably other issues of spanners not getting combined optimally with partcombine.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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