X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrace-iterator.hh;h=87fd730c7e4b3aebca862235aca96f1bcb345e73;hb=eb81aa0cf80559fea62e433d298e5a0d669f27e9;hp=7e966dc71c3cf505307dcf37a171e78b0e549a61;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/grace-iterator.hh b/lily/include/grace-iterator.hh index 7e966dc71c..87fd730c7e 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--2005 Han-Wen Nienhuys - - */ + + (c) 1999--2006 Han-Wen Nienhuys +*/ #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 */ -