]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ambitus.hh
baea7d01ab0496c49d93adfe03c9a5517ff0b669
[lilypond.git] / lily / include / ambitus.hh
1 /*
2   ambitus.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2004 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 (print, (SCM smob));
17   static bool has_interface (Grob*);
18   static Slice get_positions (Grob*);
19   static Interval head_width (Grob* me, Grob * common);
20 };
21
22 #endif // AMBITUS_HH
23