2 text-interface.hh -- declare markup functions
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 Jan Nieuwenhuizen <janneke@gnu.org>
14 #include "grob-interface.hh"
20 DECLARE_SCHEME_CALLBACK (print
, (SCM
));
21 DECLARE_SCHEME_CALLBACK (interpret_markup
, (SCM
, SCM
, SCM
));
22 DECLARE_SCHEME_CALLBACK (interpret_string
, (SCM
, SCM
, SCM
));
23 DECLARE_GROB_INTERFACE();
24 static bool is_markup (SCM
);
25 static bool is_markup_list (SCM
);
28 #endif /* TEXT_ITEM */