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