]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-spanner.hh
eb60883fdd79b9e0a359bd889f578cc4236eb755
[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--2004 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 */