]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/clef.hh
* flower
[lilypond.git] / lily / include / clef.hh
1 /*
2   clef.hh -- declare Clef
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef CLEF_HH
10 #define CLEF_HH
11 #include "lily-guile.hh"
12 #include "lily-proto.hh"
13
14 struct Clef
15 {
16   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
17   DECLARE_SCHEME_CALLBACK (print, (SCM));
18   static bool has_interface (Grob *);
19 };
20
21 #endif /* CLEF_HH */
22