X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-extender.hh;h=94709ae72ce5183203aeac7caa949e6d05c041bf;hb=96cc83632adc3af05556a39a36cc1553c000a108;hp=a8926002e86e5e1bdaeec3748f787dc0ede38904;hpb=8ecd09ad7514d57630fb611d38c161f3c3c708db;p=lilypond.git diff --git a/lily/include/lyric-extender.hh b/lily/include/lyric-extender.hh index a8926002e8..94709ae72c 100644 --- a/lily/include/lyric-extender.hh +++ b/lily/include/lyric-extender.hh @@ -2,16 +2,16 @@ /* extender-spanner.hh -- part of GNU LilyPond - (c) 1998--2000 Jan Nieuwenhuizen + Copyright (C) 1998--2011 Jan Nieuwenhuizen */ #ifndef EXTENDER_SPANNER_HH #define EXTENDER_SPANNER_HH -#include "spanner.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" /* - Extenders must be entered manually for now. Although it would be possible for Lily to determine where to @@ -22,18 +22,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 - (as in MUP, urg). - - - */ +*/ class Lyric_extender { public: - Spanner*elt_l_; - Lyric_extender (Spanner*); - void set_textitem (Direction, Score_element*); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); + DECLARE_GROB_INTERFACE(); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // EXTENDER_SPANNER_HH