bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1213 in lilypond: Segmentation fault : extender triggers an infin


From: lilypond
Subject: Issue 1213 in lilypond: Segmentation fault : extender triggers an infinite loop in Context::now_mom ()
Date: Wed, 11 Aug 2010 19:35:16 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 1213 by RalphBugList: Segmentation fault : extender triggers an infinite loop in Context::now_mom ()
http://code.google.com/p/lilypond/issues/detail?id=1213


\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.




reply via email to

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