]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
Use between-system-padding as a default for
[lilypond.git] / lily / include / dots.hh
index e62e7f13a5371f7edc30b85ecffa97f92b12058f..df1d37289b131071289307697006df5788879c8e 100644 (file)
 #define DOTS_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
+#include "grob-interface.hh"
 
 class Dots
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // DOTS_HH