]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-spanner.hh
2003 -> 2004
[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 Text_spanner
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
19   static bool has_interface (Grob*);
20 private:
21   static void setup_pedal_bracket(Spanner *s);
22 };
23
24 #endif /* TEXT_SPANNER_HH */