lilypond-devel
[Top][All Lists]
Advanced

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

Crash


From: Phil Holmes
Subject: Crash
Date: Sat, 7 Jun 2014 15:14:32 +0100

The code below causes LilyPond to crash (the windows equivalent of a segfault) with the following error:

programming error: Multi_measure_rest::get_rods (): I am not spanned!
continuing, cross fingers

Program finished

2.14.0 fails to process the rest but doesn't crash.  2.15.2 does crash.

\version "2.18.2"

\score {
\new MensuralStaff
{
\new MensuralVoice
R\breve g'1
}
\layout {
\context {
\Score
\remove "Default_bar_line_engraver"
}
}
}



--
Phil Holmes





reply via email to

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