]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
(ly_bookpaper_fonts): move from Paperdef
[lilypond.git] / lily / include / directional-element-interface.hh
index 521062a4a7be846af37670cea7d84e944440f660..f4e80f75d0e62d181b3102946cce3381ceaebdb5 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 #include "grob.hh"
 
-struct Directional_element_interface 
-{
-public:
-
-  static void set (Grob*,Direction d);
-  static Direction get (Grob*) ;
-  static bool has_interface (Grob*) ;
-};
-
+void set_grob_direction (Grob*, Direction);
+Direction get_grob_direction (Grob*);
 
 #endif /* DIRECTIONAL_ELEMENT_HH */