]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lyric-hyphen.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lyric-hyphen.hh
1 /*
2   hyphen-spanner.hh -- part of GNU LilyPond
3
4   (c) 1999--2006 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   bool has_interface (Grob *);
17   DECLARE_SCHEME_CALLBACK (print, (SCM));
18 };
19
20 #endif // HYPHEN_SPANNER_HH
21