X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=ef3739faf007cd6cd72624b8ecbb08feaa07fb76;hb=93f3d637efbc038b837cf64fae0872e873e4f039;hp=fce15c3e8ac75d82341f99e5f932b73815899c4d;hpb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index fce15c3e8a..ef3739faf0 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2011 Han-Wen Nienhuys + Copyright (C) 1996--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,19 +26,7 @@ class Bar_line { public: - DECLARE_GROB_INTERFACE (); - - static Stencil dashed_bar_line (Grob *me, Interval const &extent, Real thick); - static Stencil tick_bar_line (Grob *me, Real h, bool rounded); - static Stencil compound_barline (Grob *, string, Interval const &extent, - bool rounded); - static Stencil simple_barline (Grob *, Real wid, Interval const &extent, - bool rounded); - static Interval bar_y_extent (Grob *, Grob *); - static bool non_empty_barline (Grob *me); - DECLARE_SCHEME_CALLBACK (calc_bar_extent, (SCM)); - DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_SCHEME_CALLBACK (calc_anchor, (SCM)); + static bool non_empty_barline (Grob *me); }; #endif // BAR_LINE_HH