X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-handle.hh;h=129683436bf6800585c9b586537a48bf4b95e35f;hb=56a7aa5c6461e79ddfaddf1728f0748a25b58846;hp=8e2298a628b6dcb36f5855a0bfee216ba12fcbf5;hpb=b1715a6813527390232dccf7b62358d95974704c;p=lilypond.git diff --git a/lily/include/context-handle.hh b/lily/include/context-handle.hh index 8e2298a628..129683436b 100644 --- a/lily/include/context-handle.hh +++ b/lily/include/context-handle.hh @@ -1,18 +1,27 @@ /* - context-handle.hh -- declare Context_handle + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2009 Han-Wen Nienhuys - (c) 1999--2005 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 INTERPRETATION_CONTEXT_HANDLE_HH -#define INTERPRETATION_CONTEXT_HANDLE_HH +#ifndef CONTEXT_HANDLE_HH +#define CONTEXT_HANDLE_HH + #include "lily-proto.hh" -/* - Rename me to Context_handle. -*/ class Context_handle { @@ -21,7 +30,6 @@ public: Context_handle (); void set_context (Context *); - bool try_music (Music *); void operator = (Context_handle const &); Context_handle (Context_handle const &); Context *get_outlet () const; @@ -33,5 +41,5 @@ private: void up (Context *); }; -#endif /* INTERPRETATION_CONTEXT_HANDLE_HH */ +#endif /* CONTEXT_HANDLE_HH */