X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie.hh;h=79c036b0b9798a12935a844319c3ea300a822150;hb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;hp=a5553555a9fb2d5211b4319e358b98335d0f7d0f;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/tie.hh b/lily/include/tie.hh index a5553555a9..79c036b0b9 100644 --- a/lily/include/tie.hh +++ b/lily/include/tie.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ @@ -14,21 +14,18 @@ #include "lily-proto.hh" -/* - heads -- pair of element pointers, pointing to the two heads of the - tie. */ class Tie { public: - static void set_head (Score_element*,Direction, Item*head_l); - static void set_interface (Score_element*); - static bool has_interface (Score_element*); - static Score_element * head (Score_element*,Direction) ; - static Real position_f (Score_element*) ; - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - static Direction get_default_dir(Score_element*) ; + static void set_head (Grob*,Direction, Grob*head); + static void set_interface (Grob*); + static bool has_interface (Grob*); + static Grob * head (Grob*,Direction) ; + static Real get_position (Grob*) ; + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + static Direction get_default_dir (Grob*) ; static SCM get_control_points (SCM); - DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM )); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM )); }; #endif // TIE_HH