Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / note-spacing.hh
bloba14c43c8b79860e1acdcc1b3d1d41ab028068184
1 /*
2 note-spacing.hh -- declare Note_spacing
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef NOTE_SPACING_HH
10 #define NOTE_SPACING_HH
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14 #include "spring.hh"
16 class Note_spacing
18 public:
19 DECLARE_GROB_INTERFACE();
21 static Spring get_spacing (Grob *me, Item *, Real, Real);
22 static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
23 Real *, Real *);
26 #endif /* NOTE_SPACING_HH */