the followig code crashes lilypond 2.9.18-mingw:
programming error: tried to space systems on a bad number of pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.9.18"
\book
{
\score{
\new Staff {
a1 b c' d' % add two or more, or remove one or more bars to stop crashig
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
a1 b c' d'
}
}
\markup {" crash "} % remove to stop crashing
\score{
\new Staff {a b c d} % this crashes
% \new Staff {a b c' d'} % this works
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond