lilypond-user
[Top][All Lists]
Advanced

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

Re: Partcombine: Ties break when followed by another one


From: Michael Käppler
Subject: Re: Partcombine: Ties break when followed by another one
Date: Thu, 23 Mar 2017 11:31:12 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Ok, but maybe it should at least print an error message... it is confusing because it works in many cases.

Michael

Am 23.03.2017 um 11:41 schrieb Phil Holmes:
----- Original Message ----- From: "Michael Käppler" <address@hidden>
To: <address@hidden>
Sent: Thursday, March 23, 2017 9:12 AM
Subject: Partcombine: Ties break when followed by another one


Hi all,

Lilypond's behaviour in the following example does not make sense to me.

\version "2.19.0"
\score {
    \new Staff {
        \partcombine
            { \time 3/8 b'8 b'4 ~ }
            { \time 3/8 es'8 es'4 ~ }
        \partcombine
            { b'4. R1*3/8 }
            % { es'4. ~ es' } % Does not show tie
            { es'4. R1*3/8 } % Does show tie
    }
}

Is this a known or unknown bug or do I miss something?

Regards,

Michael

My observation would be that it may be a problem caused by the multiple uses of \partcombine. Simply writing:

\partcombine
{ \time 3/8 b'8 b'4 ~ b'4. R1*3/8 }
{ \time 3/8 es'8 es'4 ~ es'4. ~ es' }

works fine.

--
Phil Holmes






reply via email to

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