X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-hyphen.hh;h=f455a8a64f92e53df8563f83b0b18e112714e168;hb=0942948dca35950b6e9cd3529ada31c38360e184;hp=0d247783dc7b53dd17fe4d37128fe1e8888965bd;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/lyric-hyphen.hh b/lily/include/lyric-hyphen.hh index 0d247783dc..f455a8a64f 100644 --- a/lily/include/lyric-hyphen.hh +++ b/lily/include/lyric-hyphen.hh @@ -1,20 +1,34 @@ /* - hyphen-spanner.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1999--2004 Glen Prideaux + Copyright (C) 1999--2012 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 )); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); + DECLARE_GROB_INTERFACE (); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // HYPHEN_SPANNER_HH