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