On Friday 22 October 2004 00.49, Tak�cs G�bor wrote:
> Hi!
>
> While creating a multi-voice sheet with LilyPond 2.2.6
> I encoutered an "assertion failed" error.
>
> I attached a simplified version of my .ly file
> that produces the error.
Thanks for your report! I have isolated the bug to a smaller score & added it
to our bug repository (as crash-lyrics-extender.ly).
This is the most severe bug that has been found in 2.2.6. If there will be a
version 2.2.7, then this bug will be fixed in it. The bug is fixed in 2.3.x,
and hence it will also be fixed in v2.4.
Erik
%important critical crash
%Tak�cs G�bor <[EMAIL PROTECTED]>
\version "2.2.6"
\header {
texidoc = "Lilypond crashes with the following error:
@code{../flower/include/array.hh:149: T& Array<T>::elem_ref(int) const [with T
= void*]: Assertion `i >=0&&i<size_' failed.}
"
reportedin = "2.2.6"
}
\score {
<<
\context Voice = voiceA \notes \relative c'' {c1 \break r \break c }
\new Lyrics \lyricsto "voiceA" \lyrics { la __ la }
>>
}
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond