]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hyphen-spanner.hh
release: 1.3.106
[lilypond.git] / lily / include / hyphen-spanner.hh
1 /*
2   hyphen-spanner.hh -- part of GNU LilyPond
3
4   (c) 1999 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   Spanner* elt_l_;
16   Hyphen_spanner  (Spanner*);
17   void set_textitem (Direction, Score_element*);
18   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
19 };
20
21 #endif // HYPHEN_SPANNER_HH
22