X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-spacing.hh;h=2a86ed27d63823802dc82a51efccc0e699eb4589;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=af04260ceab39f07243c754a843efe938a7a3639;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/note-spacing.hh b/lily/include/note-spacing.hh index af04260cea..2a86ed27d6 100644 --- a/lily/include/note-spacing.hh +++ b/lily/include/note-spacing.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2007 Han-Wen Nienhuys + (c) 2001--2008 Han-Wen Nienhuys */ #ifndef NOTE_SPACING_HH @@ -11,17 +11,16 @@ #include "grob-interface.hh" #include "lily-proto.hh" +#include "spring.hh" class Note_spacing { public: DECLARE_GROB_INTERFACE(); - static void get_spacing (Grob *me, Item *, Real, Real, Real *, Real *); + static Spring get_spacing (Grob *me, Item *, 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 */