]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / bar-line.hh
index 39253a7b8d39c020063ddd3c3af2f768b4a64dab..d06c8314ea8f10e4858e112fca6e3ab68072dcdd 100644 (file)
@@ -9,14 +9,12 @@
 
 #include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
-/**
-   A vertical bar.
-*/
 class Bar_line
 {
 public:
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   static Stencil dashed_bar_line (Grob *me, Real h, Real thick);
   static Stencil compound_barline (Grob *, string, Real height, bool rounded);