X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdirectional-element-interface.hh;h=9fff2486ad4ae6cd2ee08dda555670cd64155d5f;hb=6f664e0e318a1651f6fe9317a842bf9c7f476f08;hp=c0527c042c858fb745665cb59ecf9aab0be3f83c;hpb=b9bb8962563d6383b37a31b4b2918e20e88af5b9;p=lilypond.git diff --git a/lily/include/directional-element-interface.hh b/lily/include/directional-element-interface.hh index c0527c042c..9fff2486ad 100644 --- a/lily/include/directional-element-interface.hh +++ b/lily/include/directional-element-interface.hh @@ -1,11 +1,10 @@ -/* +/* directional-element.hh -- declare Directional_element - + source file of the GNU LilyPond music typesetter - - (c) 1999--2004 Han-Wen Nienhuys - - */ + + (c) 1999--2006 Han-Wen Nienhuys +*/ #ifndef DIRECTIONAL_ELEMENT_HH #define DIRECTIONAL_ELEMENT_HH @@ -13,8 +12,8 @@ #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*); +void set_grob_direction (Grob *, Direction); +Direction get_grob_direction (Grob *); #endif /* DIRECTIONAL_ELEMENT_HH */