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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to