X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-spacing.hh;h=af04260ceab39f07243c754a843efe938a7a3639;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=f0c14d09087fdac922db16cdd576a05f4ecf2d7b;hpb=c380a7abde14a60ebd6d8a6eab91ae4e13677a23;p=lilypond.git diff --git a/lily/include/note-spacing.hh b/lily/include/note-spacing.hh index f0c14d0908..af04260cea 100644 --- a/lily/include/note-spacing.hh +++ b/lily/include/note-spacing.hh @@ -1,26 +1,27 @@ -/* -note-spacing.hh -- declare Note_spacing +/* + note-spacing.hh -- declare Note_spacing -source file of the GNU LilyPond music typesetter + source file of the GNU LilyPond music typesetter -(c) 2001 Han-Wen Nienhuys - - */ + (c) 2001--2007 Han-Wen Nienhuys +*/ #ifndef NOTE_SPACING_HH #define NOTE_SPACING_HH +#include "grob-interface.hh" #include "lily-proto.hh" class Note_spacing { public: - static bool has_interface (Grob*); + DECLARE_GROB_INTERFACE(); - static void get_spacing (Grob *me, Item* , Real, Real, Real*, Real*); - static Real stem_dir_correction (Grob *me, Item * next_col, Real incr); - static Item * right_column (Grob*); - static Item * left_column (Grob*); + static void get_spacing (Grob *me, Item *, Real, Real, Real *, Real *); + static void stem_dir_correction (Grob *me, Item *next_col, Real incr, + Real *, Real *); + static Item *right_column (Grob *); + static Item *left_column (Grob *); }; #endif /* NOTE_SPACING_HH */