]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / lyric-extender.hh
index c4e4cf347997162d14d054925c79889e1e8af6b6..b5410bbdb300ea6a32142c8bfbbf2fcbacbaa8c3 100644 (file)
@@ -2,13 +2,14 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #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.
@@ -26,7 +27,7 @@
 class Lyric_extender
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };