X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-hyphen.hh;h=fb03c6df5161b59de5a119be9c166b5612b8c2cf;hb=69f2bf94c9f57986769f6371bc63ee27a3e6c095;hp=00d87adda44ef06e81712f884d7e23309246189b;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/lyric-hyphen.hh b/lily/include/lyric-hyphen.hh index 00d87adda4..fb03c6df51 100644 --- a/lily/include/lyric-hyphen.hh +++ b/lily/include/lyric-hyphen.hh @@ -1,19 +1,32 @@ /* - hyphen-spanner.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1999--2006 Glen Prideaux + Copyright (C) 1999--2015 Glen Prideaux + + 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 HYPHEN_SPANNER_HH #define HYPHEN_SPANNER_HH -#include "spanner.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" -struct Hyphen_spanner +struct Lyric_hyphen { public: DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); - bool has_interface (Grob *); DECLARE_SCHEME_CALLBACK (print, (SCM)); };