]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-hyphen.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / lyric-hyphen.hh
index d842a389e9cc4b6be5585c7af15d9d8c28749095..b5377ae82aee8b23699bf958e3f0a9047350dfc7 100644 (file)
@@ -7,13 +7,14 @@
 #ifndef HYPHEN_SPANNER_HH
 #define HYPHEN_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 struct Lyric_hyphen
 {
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
-  bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };