]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/custos.hh
release: 1.3.101
[lilypond.git] / lily / include / custos.hh
1 /*
2   custos.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (C) 2000 Juergen Reuter <reuterj@ira.uka.de>
7 */
8
9 #ifndef CUSTOS_HH
10 #define CUSTOS_HH
11
12 #include "lily-guile.hh"
13
14 struct Custos
15 {
16   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
17   static bool has_interface (Score_element*);
18 };
19
20 #endif // CUSTOS_HH
21