gnu-music-discuss
[Top][All Lists]
Advanced

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

lilypond 1.3.9[23] backtrace


From: Han-Wen Nienhuys
Subject: lilypond 1.3.9[23] backtrace
Date: Wed, 4 Oct 2000 12:13:49 +0200

address@hidden writes:
> While testing the volta spanner offset change ( it seems to work OK
> in the cases I have gotten output for) one of my files makes lilypond
> dump core. The stack trace is shown below and the offending .ly file is
> attached.

thanks for the repotr. The stack trace is bogus (looks like you
stripped the binary), but the problem was easy.

--- volta-engraver.cc~  Mon Oct  2 00:46:46 2000
+++ volta-engraver.cc   Wed Oct  4 12:06:59 2000
@@ -72,7 +72,11 @@
   bool early_stop = volta_span_p_ &&    unsmob_moment (l)
     &&*unsmob_moment (l) <= now - started_mom_;
 
-  if (end || early_stop)
+  if (end && !volta_span_p_)
+    {
+      warning (_("No volta spanner to end")); // fixme: be more verbose.
+    }
+  else if (end || early_stop)
     {
       end_volta_span_p_ = volta_span_p_;
       volta_span_p_ =0;

> Wat ze vra- gen is een toe- komst zon- der drei- ging of de- weld. 
> Zon- der angst om hun ge- zin en zon- der dwang.
> Dat is iets wat zij niet ken- nen maar zich hab- ben voor- ge-

That would be "heb- ben" instead of "hab- ben".

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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