X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-extender.hh;h=8ae8c975531a34cdad61e4e9a41edc170c93684b;hb=f02831f92e71ce43e3b67e06c0d46dc19ad9bde3;hp=bbab8028a5806d60f5a0e5e8aeea13f88b13c127;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/lyric-extender.hh b/lily/include/lyric-extender.hh index bbab8028a5..8ae8c97553 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--2002 Jan Nieuwenhuizen + Copyright (C) 1998--2015 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,14 +22,12 @@ 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 void set_textitem (Spanner*, Direction, Grob*); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // EXTENDER_SPANNER_HH