]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/lilypond
[lilypond.git] / lily / include / directional-element-interface.hh
index b77ef71754660c3406f17b0c325eeacb0b3a6890..9fff2486ad4ae6cd2ee08dda555670cd64155d5f 100644 (file)
@@ -1,26 +1,19 @@
-/*   
+/*
   directional-element.hh -- declare Directional_element
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef DIRECTIONAL_ELEMENT_HH
 #define DIRECTIONAL_ELEMENT_HH
 
 #include "grob.hh"
 
-struct Directional_element_interface 
-{
-public:
-  static SCM direction_sym ;
-  static void set  (Grob*,Direction d);
-  static Direction get (Grob*) ;
-  static bool has_interface (Grob*) ;
-};
-
+// 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 */