X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-interface.hh;h=26a5b5b440993b28f2b14e4c7334635ee11f091d;hb=f018757016404595c92e21346ae0661dafe7ea46;hp=3f8685b15ec2a169098e93a76a62a63e497cfb5b;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/include/text-interface.hh b/lily/include/text-interface.hh index 3f8685b15e..26a5b5b440 100644 --- a/lily/include/text-interface.hh +++ b/lily/include/text-interface.hh @@ -1,10 +1,21 @@ /* - text-interface.hh -- declare markup functions + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter - - (c) 1998--2007 Han-Wen Nienhuys + Copyright (C) 1998--2010 Han-Wen Nienhuys Jan Nieuwenhuizen + + 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 TEXT_ITEM @@ -22,6 +33,7 @@ public: DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM)); DECLARE_GROB_INTERFACE(); static bool is_markup (SCM); + static bool is_markup_list (SCM); }; #endif /* TEXT_ITEM */