X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=1e8db8bdb85fb590722fded7351e43448fe1e988;hb=b3100a922eccf4ecc0570d3859959113267e017f;hp=34ff039e6fa4ded728a5366fc88402785a1176dd;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index 34ff039e6f..1e8db8bdb8 100644 --- a/lily/include/semi-tie.hh +++ b/lily/include/semi-tie.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--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 @@ -25,13 +25,12 @@ struct Semi_tie { - DECLARE_GROB_INTERFACE (); - DECLARE_SCHEME_CALLBACK (calc_direction, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM)); - static bool less (Grob *const &s1, - Grob *const &s2); - static int get_position (Grob *); + static bool less (Grob *s1, Grob *s2); + static int get_column_rank (Item *); + static int get_position (Item *); + static Item *head (Item *); }; #endif /* SEMI_TIE_HH */