]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-spacing.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / note-spacing.hh
1 /*
2   note-spacing.hh -- declare Note_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 NOTE_SPACING_HH
10 #define NOTE_SPACING_HH
11
12 #include "lily-proto.hh"
13
14 class Note_spacing
15 {
16 public:
17   static bool has_interface (Grob *);
18
19   static void get_spacing (Grob *me, Item *, Real, Real, Real *, Real *);
20   static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
21                                    Real *, Real *);
22   static Item *right_column (Grob *);
23   static Item *left_column (Grob *);
24 };
25
26 #endif /* NOTE_SPACING_HH */