X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flyric-extender.hh;h=8ae8c975531a34cdad61e4e9a41edc170c93684b;hb=cee6cea4ed55eb4fa1f9d83c997ebc19744a6e1a;hp=fab137a1d55a0b465e7e2ee191137d6ce975b407;hpb=164b2f76c9e387e18fff8e2a96960e5f434a8ffd;p=lilypond.git diff --git a/lily/include/lyric-extender.hh b/lily/include/lyric-extender.hh index fab137a1d5..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--2003 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,15 +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 bool is_visible (Grob*); - static bool has_interface (Grob*); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // EXTENDER_SPANNER_HH