X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-extender.hh;h=48595e43e0fff3fa25998b7d0c99bc6a435a5f88;hb=0119396bf047bbc0a6debd06f48e6d18573e2303;hp=1a71a1e7cb85edf88a8163d0907ece422fabb271;hpb=105fd7580334c8f42838ac62504c5f290f3428c5;p=lilypond.git diff --git a/lily/include/lyric-extender.hh b/lily/include/lyric-extender.hh index 1a71a1e7cb..48595e43e0 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--2000 Jan Nieuwenhuizen + (c) 1998--2001 Jan Nieuwenhuizen */ #ifndef EXTENDER_SPANNER_HH @@ -10,11 +10,7 @@ #include "spanner.hh" -/** - simple extender line - - The extender is a simple line at the baseline of the lyric - that helps show the length of a melissima (tied/slurred note). +/* Extenders must be entered manually for now. @@ -26,24 +22,14 @@ 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). - - Properties: - - word-space -- - height -- in stafflinethickness + */ - right-trim-amount -- - - */ -class Lyric_extender // interface +class Lyric_extender { public: - Spanner*elt_l_; - Lyric_extender (Spanner*); - void set_textitem (Direction, Score_element*); - static SCM brew_molecule (SCM); + static void set_textitem (Spanner*, Direction, Grob*); + DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); }; #endif // EXTENDER_SPANNER_HH