X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffingering-column.hh;h=f422da99ebe7444dc21e89e23a110ddd3fea4ddd;hb=f02831f92e71ce43e3b67e06c0d46dc19ad9bde3;hp=6d6bef2376c9daeb109217a8886ea72efb6e114f;hpb=cb951038d3e74a85ec8539d0dc51260088251556;p=lilypond.git diff --git a/lily/include/fingering-column.hh b/lily/include/fingering-column.hh index 6d6bef2376..f422da99eb 100644 --- a/lily/include/fingering-column.hh +++ b/lily/include/fingering-column.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2012 Han-Wen Nienhuys + Copyright (C) 1999--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,8 @@ struct Fingering_column { static void add_fingering (Grob *, Grob *); DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); - DECLARE_GROB_INTERFACE (); + static void do_x_positioning (Grob *me); + static void do_y_positioning (Grob *me); }; #endif /* FINGERING_COLUMN_HH */