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