]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ambitus.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / ambitus.hh
1 /*
2   ambitus.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  2000--2003 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef AMBITUS_HH
10 #define AMBITUS_HH
11
12 #include "lily-guile.hh"
13
14 struct Ambitus
15 {
16   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM smob));
17   static bool has_interface (Grob*);
18 };
19
20 #endif // AMBITUS_HH
21