]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-spanner.hh
Merge with master
[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--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef TEXT_SPANNER_HH
10 #define TEXT_SPANNER_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14
15 class Text_spanner
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_GROB_INTERFACE();
20 };
21
22 #endif /* TEXT_SPANNER_HH */