bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1475 in lilypond: unknown crash on a large score


From: lilypond
Subject: Re: Issue 1475 in lilypond: unknown crash on a large score
Date: Thu, 20 Jan 2011 00:32:33 +0000


Comment #3 on issue 1475 by address@hidden: 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.




reply via email to

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