]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/directional-element-interface.hh
2003 -> 2004
[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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef DIRECTIONAL_ELEMENT_HH
11 #define DIRECTIONAL_ELEMENT_HH
12
13 #include "grob.hh"
14
15 void set_grob_direction (Grob*, Direction);
16 Direction get_grob_direction (Grob*);
17
18 #endif /* DIRECTIONAL_ELEMENT_HH */
19