X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-extender.hh;h=361afa81f34723bc3d95688f06a0d33036c66d8c;hb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;hp=b07ceeec5b6cd8da08b973d8aa40c8b2c85fffaa;hpb=6ecc01fbd54016594f4fcd9891fb3aa75272d0a3;p=lilypond.git diff --git a/lily/include/lyric-extender.hh b/lily/include/lyric-extender.hh index b07ceeec5b..361afa81f3 100644 --- a/lily/include/lyric-extender.hh +++ b/lily/include/lyric-extender.hh @@ -2,7 +2,7 @@ /* extender-spanner.hh -- part of GNU LilyPond - (c) 1998--2003 Jan Nieuwenhuizen + (c) 1998--2005 Jan Nieuwenhuizen */ #ifndef EXTENDER_SPANNER_HH @@ -11,7 +11,6 @@ #include "spanner.hh" /* - Extenders must be entered manually for now. Although it would be possible for Lily to determine where to @@ -22,14 +21,13 @@ for on a word's last syllable. The extender should be aligned with the left side of the last note of the melissima, and not extend beond, lasting the whole duration of the melissima - - */ +*/ class Lyric_extender { public: - static bool has_interface (Grob*); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // EXTENDER_SPANNER_HH