Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / grid-line-interface.hh
blobc0b8753379841f22ea19da7cdbf819688ac4c351
1 /*
2 grid-line-interface.hh -- declare Grid_line_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef GRID_LINE_INTERFACE_HH
10 #define GRID_LINE_INTERFACE_HH
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
16 class Grid_line_interface
18 public:
19 static void add_grid_point (Grob *me, Grob *b);
20 DECLARE_SCHEME_CALLBACK (print, (SCM));
21 DECLARE_SCHEME_CALLBACK (width, (SCM));
22 DECLARE_GROB_INTERFACE();
25 class Grid_point_interface
27 public:
28 DECLARE_GROB_INTERFACE();
31 #endif /* GRID_LINE_INTERFACE_HH */