]> 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 1a71a1e7cb85edf88a8163d0907ece422fabb271..c4e4cf347997162d14d054925c79889e1e8af6b6 100644 (file)
@@ -2,7 +2,7 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef EXTENDER_SPANNER_HH
 
 #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.
 
   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
-  (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 bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 
 #endif // EXTENDER_SPANNER_HH