]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Run sort-lines on .gitignore.
[lilypond.git] / lily / include / bar-line.hh
index d1b2625ae680df35e9cefe1291b7d82908aed0a2..ea9833bc342fa1262a2ddb6436c4522c89d6cfa8 100644 (file)
@@ -18,8 +18,11 @@ public:
   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);
+  static Interval bar_y_extent (Grob *, Grob *);
+  DECLARE_SCHEME_CALLBACK (calc_bar_extent, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_anchor, (SCM));
 };
 #endif // BAR_HH