]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
* scm/output-ps.scm (dashed-line): add phase argument to
[lilypond.git] / lily / include / bar-line.hh
index 4744aef8554d11561513cd79505dc2f6fbcc3745..39253a7b8d39c020063ddd3c3af2f768b4a64dab 100644 (file)
@@ -18,6 +18,7 @@ class Bar_line
 public:
   static bool has_interface (Grob *);
 
+  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));