X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=1ae1b59ae7ef2ce0bdadfdf07fc49f6b4fad5efb;hb=cc483d3cb2ca605cd3c5ae6349f15fe27a94630c;hp=d85905d72e79d6cad32a30db89ae7c55eb2c33f6;hpb=bdab6ef772dc1cda56a36146158116f95a90fb51;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index d85905d72e..1ae1b59ae7 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,7 +1,7 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2007 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys */ #ifndef BAR_HH @@ -16,8 +16,11 @@ 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 *); + 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));