]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / bar.hh
index b7ebca69a50b5583c51179d6db7fa1cbba45a060..85d6d016e52e5e53f78e612652ef89a80a305fb2 100644 (file)
@@ -1,14 +1,14 @@
 /*
   bar.hh -- part of GNU LilyPond
 
-  (c) 1996--2006 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #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);