]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-extender.hh
Doc-fr: NR-changing-defaults
[lilypond.git] / lily / include / lyric-extender.hh
index c4e4cf347997162d14d054925c79889e1e8af6b6..8ae8c975531a34cdad61e4e9a41edc170c93684b 100644 (file)
@@ -2,13 +2,14 @@
 /*
   extender-spanner.hh -- part of GNU LilyPond
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2015 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,6 @@
 class Lyric_extender
 {
 public:
-  static bool has_interface (Grob *);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };