X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie.hh;h=9e24099cdce13a17730dc636ad39922854166b08;hb=4256f121bdbb6310cbb7162f1d38632dfec11519;hp=ffb66c9c975f2b5713763ce974a8e43389f5500b;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/include/tie.hh b/lily/include/tie.hh index ffb66c9c97..9e24099cdc 100644 --- a/lily/include/tie.hh +++ b/lily/include/tie.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2012 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 @@ -24,29 +24,25 @@ #include "skyline.hh" #include "grob-interface.hh" - - - class Tie { public: static void set_head (Grob *, Direction, Grob *head); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); static Grob *head (Grob *, Direction); static int get_column_rank (Grob *, Direction); static int get_position (Grob *); - static Direction get_default_dir (Grob *); + static Direction get_default_dir (Grob *); static SCM get_control_points (Grob *, Grob *, - Tie_configuration const&, - Tie_details const&); + Tie_configuration const &, + Tie_details const &); static SCM get_default_control_points (Grob *); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM)); static bool less (Grob *const &s1, - Grob *const &s2); + Grob *const &s2); }; - #endif // TIE_HH