]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / grace-iterator.hh
index c253d078e826d0bcaebe6fa0a7d74047ec86fe78..610a15e810140ee944f5d9718ea7de066d6f385c 100644 (file)
@@ -1,30 +1,24 @@
-/*   
+/*
   grace-iterator.hh -- declare Grace_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-#ifndef GRACE_ITERATOR_HH
-#define GRACE_ITERATOR_HH
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
+
+#ifndef NEWGRACE_ITERATOR_HH
+#define NEWGRACE_ITERATOR_HH
 
 #include "music-wrapper-iterator.hh"
 
 class Grace_iterator : public Music_wrapper_iterator
 {
 public:
-  VIRTUAL_COPY_CONS (Music_iterator);
-  ~Grace_iterator ();
-  virtual void construct_children () ;
-  virtual void do_process_and_next (Moment);
-
-  Moment next_moment () const;
+  virtual void process (Moment);
+  DECLARE_SCHEME_CALLBACK (constructor, ());
+  DECLARE_CLASSNAME(Grace_iterator);
+  Moment pending_moment () const;
 };
 
-
-
 #endif /* GRACE_ITERATOR_HH */
 
-