]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
2003 -> 2004
[lilypond.git] / lily / include / grace-iterator.hh
index b44bc8c41b8129b7a66d17893ebca55b2c7a5a7b..79694497b23e3eb0895aa810a1e047720842f64a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Grace_iterator : public Music_wrapper_iterator
 {
 public:
-  VIRTUAL_COPY_CONS (Music_iterator);
-  ~Grace_iterator ();
-  virtual void construct_children () ;
   virtual void process (Moment);
-  static SCM constructor_cxx_function;
+  DECLARE_SCHEME_CALLBACK(constructor, ());
   Moment pending_moment () const;
 };