]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
patch::: 1.3.141.hwn3: Re: Sugar
[lilypond.git] / lily / include / grace-iterator.hh
index 49db1a9d39701a001acc356112496ec3c59bb02b..f51cbcbc238f01b4136b3069b667c4b99564e8fd 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -18,9 +18,9 @@ public:
   VIRTUAL_COPY_CONS (Music_iterator);
   ~Grace_iterator ();
   virtual void construct_children () ;
-  virtual void do_process (Moment);
-
-  Moment next_moment () const;
+  virtual void process (Moment);
+  static SCM constructor_cxx_function;
+  Moment pending_moment () const;
 };