]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-iterator.hh
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / include / percent-repeat-iterator.hh
index c73e995cb9c7f661f3923b0f2d5b17f46c275b9a..325c1ed1b0b60b7471c2e3bf75c50842eb42922a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -16,12 +16,13 @@ class Percent_repeat_iterator : public Music_iterator
 {
 public:
   VIRTUAL_COPY_CONS (Music_iterator);
-  static SCM constructor_cxx_function;
+  DECLARE_SCHEME_CALLBACK(constructor, ());
   Percent_repeat_iterator ();
   Percent_repeat_iterator (Percent_repeat_iterator const & );
 protected:
-  virtual ~Percent_repeat_iterator ();
+  virtual void derived_mark () const;
   virtual Moment pending_moment () const;
+  virtual void do_quit(); 
   virtual void construct_children () ;
   virtual bool ok () const;
   virtual void process (Moment) ;