X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdirectional-element-interface.hh;h=9fff2486ad4ae6cd2ee08dda555670cd64155d5f;hb=6052adfdab868601aab5c2847f7d4476d57dbc12;hp=23d8e9e399e883f44935d265dd7eef425f87edea;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/directional-element-interface.hh b/lily/include/directional-element-interface.hh index 23d8e9e399..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--2005 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 */