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
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel