X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie-column.hh;h=e02b57a11eac323ef24522cdcfc8f11c8f602564;hb=1906a2283e10713232141886afd11dad96efcee1;hp=1671f7fc5f77cd847b559f0589d6b35ef757eaae;hpb=d8082113a0df616e7beabc0417c3590a3fac7320;p=lilypond.git diff --git a/lily/include/semi-tie-column.hh b/lily/include/semi-tie-column.hh index 1671f7fc5f..e02b57a11e 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--2006 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,10 @@ struct Semi_tie_column { - DECLARE_GROB_INTERFACE(); - - DECLARE_SCHEME_CALLBACK(calc_positioning_done, (SCM)); -}; + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM)); +}; #endif /* SEMI_TIE_COLUMN_HH */