]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
(Page layout): add
[lilypond.git] / lily / include / directional-element-interface.hh
index 57e1e228dfb0c01442fd315afee8d154f28be252..c0527c042c858fb745665cb59ecf9aab0be3f83c 100644 (file)
@@ -3,28 +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:
-  Score_element *elt_l_;
-  
-  Directional_element_interface (Score_element const *);
-  void set  (Direction d);
-  Direction get () const;
-  bool has_interface () const;
-  // bool set_interface ();
-};
+#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 */