]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-spacing.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[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 #include "grob-interface.hh"
14
15 class Staff_spacing
16 {
17 public:
18   static void next_notes_correction (Grob *, Grob *, Real *, Real *);
19   static void next_note_correction (Grob *, Grob *, Interval, Real*, Real *);
20   DECLARE_GROB_INTERFACE();
21   static void get_spacing_params (Grob *, Real *, Real *);
22
23   static Interval bar_y_positions (Grob *);
24 };
25
26 #endif /* STAFF_SPACING_HH */