X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrace-iterator.hh;h=08a69abffadeef41718c0ea8387d4f415c4b44c7;hb=3597c42fcb4f0a112fa80547c0bd33cd58eeea13;hp=f758bbd6f8bed460d7737523e004cfb80ebd3770;hpb=d765f3af45be51f15da55cf570a4b172200e1035;p=lilypond.git diff --git a/lily/include/grace-iterator.hh b/lily/include/grace-iterator.hh index f758bbd6f8..08a69abffa 100644 --- a/lily/include/grace-iterator.hh +++ b/lily/include/grace-iterator.hh @@ -1,11 +1,21 @@ -/* - grace-iterator.hh -- declare Grace_iterator - - source file of the GNU LilyPond music typesetter - - (c) 1999--2002 Han-Wen Nienhuys - - */ +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 1999--2012 Han-Wen Nienhuys + + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . +*/ #ifndef NEWGRACE_ITERATOR_HH #define NEWGRACE_ITERATOR_HH @@ -15,14 +25,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 */ -