X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdirectional-element-interface.hh;h=c0527c042c858fb745665cb59ecf9aab0be3f83c;hb=b9bb8962563d6383b37a31b4b2918e20e88af5b9;hp=92546cee4e9b00498e9aaee9d0fdac4ebc282bdf;hpb=422004486569407b8809da7f3c7053c1e4767bff;p=lilypond.git diff --git a/lily/include/directional-element-interface.hh b/lily/include/directional-element-interface.hh index 92546cee4e..c0527c042c 100644 --- a/lily/include/directional-element-interface.hh +++ b/lily/include/directional-element-interface.hh @@ -3,24 +3,18 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ #ifndef DIRECTIONAL_ELEMENT_HH #define DIRECTIONAL_ELEMENT_HH -#include "score-element.hh" - -struct Directional_element_interface -{ -public: - static SCM direction_sym ; - static void set (Score_element*,Direction d); - static Direction get (Score_element*) ; - static bool has_interface (Score_element*) ; -}; +#include "grob.hh" +// what is the advantage not having these two as STATICs of GROB -- jcn +void set_grob_direction (Grob*, Direction); +Direction get_grob_direction (Grob*); #endif /* DIRECTIONAL_ELEMENT_HH */