]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ambitus.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / ambitus.hh
1 /*
2   ambitus.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef AMBITUS_HH
10 #define AMBITUS_HH
11
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
14 #include "grob-interface.hh"
15
16 struct Ambitus
17 {
18   DECLARE_SCHEME_CALLBACK (print, (SCM smob));
19   DECLARE_GROB_INTERFACE();
20   static Slice get_positions (Grob *);
21   static Interval head_width (Grob *me, Grob *common);
22 };
23
24 #endif // AMBITUS_HH
25