lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2608 in lilypond: Lyrics bug


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2608 in lilypond: Lyrics bug
Date: Thu, 21 Jun 2012 12:45:44 +0000


Comment #1 on issue 2608 by address@hidden: Lyrics bug
http://code.google.com/p/lilypond/issues/detail?id=2608

The problem is that context "b" is iterated after being terminated. That means it does not have a parent context anymore, and its now_mom function enters into infinite recursion (it finds the ultimate parent and calls its now_mom function. Usually the ultimate parent is a global context, and its virtual non_mom function is different from that of normal contexts. After the context has been disconnected, however, its parent context is 0, and so it considers itself as its ultimate parent).




reply via email to

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