X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie-column.hh;h=7ad63e80d17ec6f85a720f4ef193b4def2ace38f;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=fb8e75e8b26c7bafc63452e116b6e19b6172fa76;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/semi-tie-column.hh b/lily/include/semi-tie-column.hh index fb8e75e8b2..7ad63e80d1 100644 --- a/lily/include/semi-tie-column.hh +++ b/lily/include/semi-tie-column.hh @@ -1,10 +1,21 @@ /* - semi-tie-column.hh -- declare Laissez_vibrer_tie_column + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2015 Han-Wen Nienhuys - (c) 2005--2007 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef SEMI_TIE_COLUMN_HH @@ -15,11 +26,11 @@ struct Semi_tie_column { - DECLARE_GROB_INTERFACE(); - - DECLARE_SCHEME_CALLBACK(calc_positioning_done, (SCM)); -}; + DECLARE_GROB_INTERFACE (); + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM)); +}; #endif /* SEMI_TIE_COLUMN_HH */