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