X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=51e6f9c005c6ca5a5256e1308d9fc346af61bfae;hb=208f3e9081446c3ae6121de80c02434dac1fd2aa;hp=a6585084b6ed566c6c1b2211c8b007b3997d2630;hpb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index a6585084b6..51e6f9c005 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--2008 Han-Wen Nienhuys + (c) 1996--2009 Han-Wen Nienhuys */ #ifndef BAR_HH @@ -16,6 +16,7 @@ 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 *);