]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / lyric-extender.hh
index 1204a3befc1c37d77221f23d9cc1fd4381db2c50..a8926002e86e5e1bdaeec3748f787dc0ede38904 100644 (file)
 
 #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.
 
   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_;