X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=a6585084b6ed566c6c1b2211c8b007b3997d2630;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=d06c8314ea8f10e4858e112fca6e3ab68072dcdd;hpb=2c8c61b3a5cddbb155786a1ca027528701c91ac9;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index d06c8314ea..a6585084b6 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,13 +1,12 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys */ #ifndef BAR_HH #define BAR_HH -#include "lily-guile.hh" #include "lily-proto.hh" #include "grob-interface.hh" @@ -19,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