]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hyphen-spanner.hh
a06ac82f43b84cb969acfcf8f3d2960b94eb5d8e
[lilypond.git] / lily / include / hyphen-spanner.hh
1 /*
2   hyphen-spanner.hh -- part of GNU LilyPond
3
4   (c)  1999--2003 Glen Prideaux <glenprideaux@iname.com>
5 */
6
7 #ifndef HYPHEN_SPANNER_HH
8 #define HYPHEN_SPANNER_HH
9
10 #include "spanner.hh"
11
12 struct Hyphen_spanner 
13 {
14 public:
15   DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM));
16   void set_textitem (Direction, Grob*);
17   bool has_interface (Grob*);
18   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
19 };
20
21 #endif // HYPHEN_SPANNER_HH
22