Comment #3 on issue 1475 by [email protected]: unknown crash on a large score
http://code.google.com/p/lilypond/issues/detail?id=1475

a mechanical way to reproduce the problem:

txt = \repeat unfold 100 \lyricmode { t }


\score
{
  <<
    \context Voice = "a"
    {
      \repeat unfold 37 { c4 d e }
    }
    \new Lyrics \lyricsto "a" \txt
  >>
}

\markup { t }

and multiply the score-markup pair by copy&paste;
15 instances are enough to make page breaking need more than 2GB.


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to