]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/directional-element-interface.hh
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[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--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef DIRECTIONAL_ELEMENT_HH
10 #define DIRECTIONAL_ELEMENT_HH
11
12 #include "grob.hh"
13
14 // what is the advantage not having these two as STATICs of GROB -- jcn
15 void set_grob_direction (Grob *, Direction);
16 Direction get_grob_direction (Grob *);
17
18 #endif /* DIRECTIONAL_ELEMENT_HH */
19