X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhyphen-spanner.hh;h=cd713c4a35cfdf2ec3d33b6b10611246eb1e0b93;hb=7e72a1e50e94a7f9738d62599de79fe7745f600c;hp=2cdcdab2fcc8aa97ddb4e8792f1556945eb7e889;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/hyphen-spanner.hh b/lily/include/hyphen-spanner.hh index 2cdcdab2fc..cd713c4a35 100644 --- a/lily/include/hyphen-spanner.hh +++ b/lily/include/hyphen-spanner.hh @@ -1,7 +1,7 @@ /* hyphen-spanner.hh -- part of GNU LilyPond - (c) 1999 Glen Prideaux + (c) 1999--2004 Glen Prideaux */ #ifndef HYPHEN_SPANNER_HH @@ -12,10 +12,10 @@ struct Hyphen_spanner { public: - Spanner* elt_l_; - Hyphen_spanner (Spanner*); + DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM)); void set_textitem (Direction, Grob*); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); + bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); }; #endif // HYPHEN_SPANNER_HH