bug-lilypond
[Top][All Lists]
Advanced

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

scheme engravers cause "Warnung: Attempting to remove nonexisting listen


From: Reinhold Kainhofer
Subject: scheme engravers cause "Warnung: Attempting to remove nonexisting listener."
Date: Sat, 17 Sep 2011 20:17:26 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; i686; ; )

If one uses a scheme engraver that instantiates itself for each context, i.e. 
   \consists #(lambda (context) ...)
then using listeners will cause the warning:
   "Warnung: Attempting to remove nonexisting listener."

Minimal test case attached. Output on the console is:
address@hidden:~$ LANGUAGE=C lilypond Issue_RemovingNonExistingListener.ly
GNU LilyPond 2.15.12
Processing `Issue_RemovingNonExistingListener.ly'
Parsing...
Interpreting music... 
warning: Attempting to remove nonexisting listener.
warning: Attempting to remove nonexisting listener.
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `Issue_RemovingNonExistingListener.ps'...
Converting to `./Issue_RemovingNonExistingListener.pdf'...
Success: compilation successfully completed


Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: Issue_RemovingNonExistingListener.ly
Description: Text Data


reply via email to

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