]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / directional-element-interface.hh
index f4e80f75d0e62d181b3102946cce3381ceaebdb5..9fff2486ad4ae6cd2ee08dda555670cd64155d5f 100644 (file)
@@ -1,19 +1,19 @@
-/*   
+/*
   directional-element.hh -- declare Directional_element
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2004 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"
 
-void set_grob_direction (Grob*, Direction);
-Direction get_grob_direction (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 */