X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-interface.hh;h=f8f86d6f33225219388586ba74a1a1d24f9cd5cb;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=98a779ce19529903175cd24cfcfccfd125ea41f7;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/text-interface.hh b/lily/include/text-interface.hh index 98a779ce19..f8f86d6f33 100644 --- a/lily/include/text-interface.hh +++ b/lily/include/text-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2009 Han-Wen Nienhuys + Copyright (C) 1998--2015 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -24,14 +24,13 @@ #include "stencil.hh" #include "grob-interface.hh" - class Text_interface { public: DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM)); DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM)); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); static bool is_markup (SCM); static bool is_markup_list (SCM); };