X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-spacing.hh;h=fdf358965e7bde4b54ede3770e8c5c2c83bfa535;hb=5815dfd8c5f049dba375d2961916448d6f1c40b0;hp=6368f06c95451b9dbdbbb81bf6a9b5719fd8a80c;hpb=91efee074adda04245d08c45af153eab5ac6bd34;p=lilypond.git diff --git a/lily/include/note-spacing.hh b/lily/include/note-spacing.hh index 6368f06c95..fdf358965e 100644 --- a/lily/include/note-spacing.hh +++ b/lily/include/note-spacing.hh @@ -1,11 +1,10 @@ -/* -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--2005 Han-Wen Nienhuys +*/ #ifndef NOTE_SPACING_HH #define NOTE_SPACING_HH @@ -15,13 +14,13 @@ source file of the GNU LilyPond music typesetter class Note_spacing { public: - static bool has_interface (Grob*); + static bool has_interface (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*); + 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 */