X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=8f7b1a24dd0a0a9fe23bd04631ea17a88f92d757;hb=4256f121bdbb6310cbb7162f1d38632dfec11519;hp=a6585084b6ed566c6c1b2211c8b007b3997d2630;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index a6585084b6..8f7b1a24dd 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,11 +1,24 @@ /* - bar.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1996--2008 Han-Wen Nienhuys + Copyright (C) 1996--2012 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ -#ifndef BAR_HH -#define BAR_HH +#ifndef BAR_LINE_HH +#define BAR_LINE_HH #include "lily-proto.hh" #include "grob-interface.hh" @@ -13,16 +26,8 @@ class Bar_line { public: - 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); - 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)); -}; -#endif // BAR_HH + DECLARE_GROB_INTERFACE (); + static bool non_empty_barline (Grob *me); +}; +#endif // BAR_LINE_HH