]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / include / bar-line.hh
index a6585084b6ed566c6c1b2211c8b007b3997d2630..1ae1b59ae7ef2ce0bdadfdf07fc49f6b4fad5efb 100644 (file)
@@ -16,6 +16,7 @@ public:
   DECLARE_GROB_INTERFACE();
 
   static Stencil dashed_bar_line (Grob *me, Real h, Real thick);
+  static Stencil tick_bar_line (Grob *me, Real h, bool rounded);
   static Stencil compound_barline (Grob *, string, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
   static Interval bar_y_extent (Grob *, Grob *);