]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
* lily/dynamic-engraver.cc (typeset_all):
[lilypond.git] / lily / include / directional-element-interface.hh
index 92546cee4e9b00498e9aaee9d0fdac4ebc282bdf..c0527c042c858fb745665cb59ecf9aab0be3f83c 100644 (file)
@@ -3,24 +3,18 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #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 */