X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrace-iterator.hh;h=f4e64de693597fb0bda67bb79991892125fd5940;hb=95e5705d0697eac20246352d416f14b6d92485f5;hp=f758bbd6f8bed460d7737523e004cfb80ebd3770;hpb=d765f3af45be51f15da55cf570a4b172200e1035;p=lilypond.git diff --git a/lily/include/grace-iterator.hh b/lily/include/grace-iterator.hh index f758bbd6f8..f4e64de693 100644 --- a/lily/include/grace-iterator.hh +++ b/lily/include/grace-iterator.hh @@ -1,11 +1,10 @@ -/* +/* grace-iterator.hh -- declare Grace_iterator - + source file of the GNU LilyPond music typesetter - - (c) 1999--2002 Han-Wen Nienhuys - - */ + + (c) 1999--2007 Han-Wen Nienhuys +*/ #ifndef NEWGRACE_ITERATOR_HH #define NEWGRACE_ITERATOR_HH @@ -15,14 +14,11 @@ class Grace_iterator : public Music_wrapper_iterator { public: - VIRTUAL_COPY_CONS (Music_iterator); virtual void process (Moment); - DECLARE_SCHEME_CALLBACK(constructor, ()); + DECLARE_SCHEME_CALLBACK (constructor, ()); + DECLARE_CLASSNAME(Grace_iterator); Moment pending_moment () const; }; - - #endif /* GRACE_ITERATOR_HH */ -