]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-spanner.hh
* The grand 2005-2006 replace.
[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--2006 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef TEXT_SPANNER_HH
10 #define TEXT_SPANNER_HH
11
12 #include "lily-guile.hh"
13
14 class Grob;
15
16 class Text_spanner
17 {
18 public:
19   DECLARE_SCHEME_CALLBACK (print, (SCM));
20   static bool has_interface (Grob *);
21 };
22
23 #endif /* TEXT_SPANNER_HH */