X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=ea9833bc342fa1262a2ddb6436c4522c89d6cfa8;hb=2806bb600eeecf6b44d3e4eb11a8d918bfd67992;hp=dbc99745f23aeabe9382b757d4fd5250ea28281a;hpb=b37e3f652677ae0298423db9fa0e552e5fce0c92;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index dbc99745f2..ea9833bc34 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,27 +1,28 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2007 Han-Wen Nienhuys */ #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 compound_barline (Grob *, std::string, Real height, bool rounded); + 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