]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Fix #219.
[lilypond.git] / lily / include / bar-line.hh
index 4744aef8554d11561513cd79505dc2f6fbcc3745..d7b51cbad9dce03bc7edcad611840e4b3a11e83e 100644 (file)
@@ -7,17 +7,15 @@
 #ifndef BAR_HH
 #define BAR_HH
 
-#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);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
   DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));