bug-lilypond
[Top][All Lists]
Advanced

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

Tremolo and partcombiner: core dump (assertion failure)


From: Rutger Hofman
Subject: Tremolo and partcombiner: core dump (assertion failure)
Date: Sat, 10 Feb 2018 14:30:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Good afternoon list,

the following combination of \partcombine and \tremolo gives a core dump with the following error message:

Preprocessing graphical objects...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/interval.hh:227: T Interval_t<T>::center() const [with T = double]: Assertion `!is_empty ()' failed.

If the % \partcombineApart below is uncommented, there is no core dump.

Lilypond:

\version "2.19.80"

upp = \relative c'' {
    \repeat tremolo 32 { d64( b) } |
    d1 |
    b'1:64 |
}

low = \relative c'' {
    % \partcombineApart
    b1 |
    a1 |
    g1:64 |
}

\score {
    <<
        \new Staff \with {
            instrumentName = "upp"
        } <<
            \upp
        >>
        \new Staff \with {
            instrumentName = "low"
        } <<
            \low
        >>
        \new Staff \with {
            instrumentName = "partcombined"
        } <<
            \partcombine
                \upp
                \low
        >>
    >>
}

Rutger Hofman
Amsterdam



reply via email to

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