]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-spanner.hh
e8b66dcf0e1a1bf660454a195e29606fd6a49258
[lilypond.git] / lily / include / text-spanner.hh
1 /*
2   text-spanner.hh -- declare Text_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9
10 #ifndef TEXT_SPANNER_HH
11 #define TEXT_SPANNER_HH
12
13 #include "lily-guile.hh"
14
15 class Grob;
16
17 class Text_spanner
18 {
19 public:
20   DECLARE_SCHEME_CALLBACK (print, (SCM));
21   static bool has_interface (Grob*);
22 };
23
24 #endif /* TEXT_SPANNER_HH */