]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lyric-extender.hh
index 48595e43e0fff3fa25998b7d0c99bc6a435a5f88..c4e4cf347997162d14d054925c79889e1e8af6b6 100644 (file)
@@ -2,7 +2,7 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #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
   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 ));
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 
 #endif // EXTENDER_SPANNER_HH