lilypond-1.5.10
[lilypond.git] / lily / include / hyphen-spanner.hh
blobad4870a9d540ad8cdba1a2adf2e117ac3d0a77dd
1 /*
2 hyphen-spanner.hh -- part of GNU LilyPond
4 (c) 1999 Glen Prideaux <glenprideaux@iname.com>
5 */
7 #ifndef HYPHEN_SPANNER_HH
8 #define HYPHEN_SPANNER_HH
10 #include "spanner.hh"
12 struct Hyphen_spanner
14 public:
15 Spanner* elt_l_;
16 Hyphen_spanner (Spanner*);
17 void set_textitem (Direction, Grob*);
18 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
21 #endif // HYPHEN_SPANNER_HH