]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-extender.cc
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / lyric-extender.cc
index 867a6d83d30f903a8853f66c1d0d047bb1a39791..b7d9bb6e108b3e352912f33b6e003b16d101331a 100644 (file)
@@ -8,7 +8,8 @@
 
 #include "lyric-extender.hh"
 
-
+#include "spanner.hh"
+#include "item.hh"
 #include "warn.hh"
 #include "lookup.hh"
 #include "paper-column.hh"
@@ -84,7 +85,7 @@ Lyric_extender::print (SCM smob)
   return mol.smobbed_copy ();
 }
 
-ADD_INTERFACE (Lyric_extender, "lyric-extender-interface",
+ADD_INTERFACE (Lyric_extender,
               "The extender is a simple line at the baseline of the lyric "
               "that helps show the length of a melissima (tied/slurred note).",