]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / bar.hh
index b7ebca69a50b5583c51179d6db7fa1cbba45a060..ee737a1beb3c97a05ad8a624729ea5686a783f10 100644 (file)
@@ -7,8 +7,8 @@
 #ifndef BAR_HH
 #define BAR_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
 /**
    A vertical bar.
@@ -16,7 +16,7 @@
 class Bar
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   static Stencil compound_barline (Grob *, string, Real height);
   static Stencil simple_barline (Grob *, Real wid, Real height);