X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=d7b51cbad9dce03bc7edcad611840e4b3a11e83e;hb=89db5c71c36627cfc7d9bd9754a014b8bc95c6c2;hp=4744aef8554d11561513cd79505dc2f6fbcc3745;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 4744aef855..d7b51cbad9 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -7,17 +7,15 @@ #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 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));