X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fsemi-tie-column.hh;h=e02b57a11eac323ef24522cdcfc8f11c8f602564;hb=8e2eaf4959bec63a1128a444591a540f4f1e2937;hp=820afa59e8b31a200d790226428b7ba285cf6a67;hpb=fb392ada230cad39fe2d825892c95d534eaaf1a4;p=lilypond.git diff --git a/lily/include/semi-tie-column.hh b/lily/include/semi-tie-column.hh index 820afa59e8..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--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,12 +26,10 @@ struct Semi_tie_column { - DECLARE_GROB_INTERFACE(); - + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM)); }; - #endif /* SEMI_TIE_COLUMN_HH */