]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/clef.hh
Run `make grand-replace'.
[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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef CLEF_HH
10 #define CLEF_HH
11
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
14
15 struct Clef
16 {
17   DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_GROB_INTERFACE();
20 };
21
22 #endif /* CLEF_HH */
23