]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-spacing.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / staff-spacing.hh
1 /*
2   staff-spacing.hh -- declare Staff_spacing
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef STAFF_SPACING_HH
10 #define STAFF_SPACING_HH
11
12 #include "lily-proto.hh"
13
14 class Staff_spacing
15 {
16 public:
17   static void next_notes_correction (Grob *, Grob *, Real *, Real *);
18   static void next_note_correction (Grob *, Grob *, Interval, Real*, Real *);
19   static bool has_interface (Grob *);
20   static void get_spacing_params (Grob *, Real *, Real *);
21
22   static Interval bar_y_positions (Grob *);
23 };
24
25 #endif /* STAFF_SPACING_HH */