]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-interface.hh
release commit
[lilypond.git] / lily / include / text-interface.hh
1 /*
2   text-interface.hh -- declare markup functions
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7   Jan Nieuwenhuizen <janneke@gnu.org>
8 */
9
10 #ifndef TEXT_ITEM
11 #define TEXT_ITEM
12
13 #include "stencil.hh"
14
15 class Text_interface
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
20   DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
21   static bool has_interface (Grob *);
22   static bool is_markup (SCM);
23 };
24
25 #endif /* TEXT_ITEM */