On 4 August 2010 18:59, James Bailey <[email protected]> wrote:
> I don't know if it helps, but using the development version there is no
> segmentation fault. Additionally, adding ~ to the third beat in:
> gis8 gis8~ gis8 fis8~ fis e8~ e e~ |
>
> also gets rid of the problem
Here's a minimal snippet:
\version "2.12.3"
<<
\new Voice = melody { c4 c8 }
\new Voice = tenorVerses { c2 }
\context Lyrics = foo \lyricsto dummy {
la
}
\context Lyrics = foo \lyricsto melody {
la __
}
>>
The extender triggers an infinite loop in Context::now_mom (), since
the Voice it's associated with for the first Lyrics block rather
mysteriously has no parent context.
Several extender bugs were fixed in recent 2.13 releases, but I don't
think we can backport them since there's unlikely to be another 2.12
release.
Cheers,
Neil
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond