Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / directional-element-interface.hh
blob7fd4169559f24969d3539988dfd88fcd81ba96fb
1 /*
2 directional-element.hh -- declare Directional_element
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef DIRECTIONAL_ELEMENT_HH
10 #define DIRECTIONAL_ELEMENT_HH
12 #include "lily-proto.hh"
13 #include "direction.hh"
15 // what is the advantage not having these two as STATICs of GROB -- jcn
16 void set_grob_direction (Grob *, Direction);
17 Direction get_grob_direction (Grob *);
19 #endif /* DIRECTIONAL_ELEMENT_HH */