X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=1e8db8bdb85fb590722fded7351e43448fe1e988;hb=65a0059b69385985896a24f407b3a791d33aef0f;hp=ef80197d5fdff019aa861aa3402d5f2f28416199;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index ef80197d5f..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--2010 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 @@ -20,19 +20,17 @@ #ifndef SEMI_TIE_HH #define SEMI_TIE_HH - #include "grob-interface.hh" #include "lily-proto.hh" 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 */