]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-spanner.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / text-spanner.hh
index 86f87e264ba04f5e0479da6bf9ecf0ee688c8b14..06034b1870f91d51e6711fcf4d5ebf0cb914a181 100644 (file)
@@ -9,15 +9,14 @@
 #ifndef TEXT_SPANNER_HH
 #define TEXT_SPANNER_HH
 
-#include "lily-guile.hh"
-
-class Grob;
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Text_spanner
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* TEXT_SPANNER_HH */