X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=1a157f3c447dad16f0c8230a4e0b3e6885f0c58c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=1a895724f3f63692f96d28603b6fd86ee72e5262;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 1a895724f3..1a157f3c44 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,18 +26,8 @@ class Bar_line { public: - DECLARE_GROB_INTERFACE(); + 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 *); static bool non_empty_barline (Grob *me); - - 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_LINE_HH