lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2589 in lilypond: cyclic dependency when tempo


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2589 in lilypond: cyclic dependency when tempo, slur, and script present
Date: Sat, 09 Jun 2012 12:12:46 +0000


Comment #2 on issue 2589 by address@hidden: cyclic dependency when tempo, slur, and script present
http://code.google.com/p/lilypond/issues/detail?id=2589

Crazy stuff!

Check out:

\version "2.15.41"

\relative {
 %\tempo "foo"
 <e f>->-- ( <e f> )
}

With an unoptimized build, this triggers a programming error for control-points. Now, remove the commented line. No more error! I remember seeing a problem like this a few months ago where the presence of a commented line had an impact downstream...I'm banking on some sort of uninitialized variable or memory problem. I'll try to valgrind my way through it, but if you have any intuition about the cause, lemme know!





reply via email to

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