X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie-column.hh;h=88bde59bba2e7a405defbf5fb213c1f5d94c8e2e;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=8cc8063dfbe1e6cd53eeca9095929fef58d1da36;hpb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;p=lilypond.git diff --git a/lily/include/semi-tie-column.hh b/lily/include/semi-tie-column.hh index 8cc8063dfb..88bde59bba 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--2014 Han-Wen Nienhuys - (c) 2005--2009 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,11 @@ struct Semi_tie_column { - DECLARE_GROB_INTERFACE(); - + DECLARE_GROB_INTERFACE (); + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM)); }; - #endif /* SEMI_TIE_COLUMN_HH */