]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/directional-element-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / directional-element-interface.hh
1 /*
2   directional-element.hh -- declare Directional_element
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef DIRECTIONAL_ELEMENT_HH
10 #define DIRECTIONAL_ELEMENT_HH
11
12 #include "lily-proto.hh"
13 #include "direction.hh"
14
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 *);
18
19 #endif /* DIRECTIONAL_ELEMENT_HH */
20