From: hanwen <hanwen>
Date: Thu, 4 Aug 2005 11:17:00 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.6.4~30
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb2efa0e3b9ea096e878ca8ae0d6d9dc2218a236;p=lilypond.git

*** empty log message ***
---

diff --git a/lily/stanza-number-engraver.cc b/lily/stanza-number-engraver.cc
index 0c9c18fed3..48b9624ed8 100644
--- a/lily/stanza-number-engraver.cc
+++ b/lily/stanza-number-engraver.cc
@@ -12,18 +12,14 @@
 class Stanza_number_engraver : public Engraver
 {
   Item *text_;
-
-  /*
-    This is naughty, since last_stanza_ may be GCd from under us.  But
-    since we don't look at the contents, we are/should be (knock on
-    wood) OK.
-  */
   SCM last_stanza_;
+
 public:
   TRANSLATOR_DECLARATIONS (Stanza_number_engraver);
   virtual void process_music ();
   virtual void stop_translation_timestep ();
   virtual void acknowledge_grob (Grob_info);
+  virtual void derived_mark () const;
 };
 
 void