X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=1a157f3c447dad16f0c8230a4e0b3e6885f0c58c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=4744aef8554d11561513cd79505dc2f6fbcc3745;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 4744aef855..1a157f3c44 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,27 +1,33 @@ /* - bar.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1996--2006 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 + 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-guile.hh" #include "lily-proto.hh" +#include "grob-interface.hh" -/** - A vertical bar. -*/ class Bar_line { public: - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE (); - static Stencil compound_barline (Grob *, string, Real height, bool rounded); - static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded); - DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM)); - DECLARE_SCHEME_CALLBACK (print, (SCM)); + static bool non_empty_barline (Grob *me); }; -#endif // BAR_HH - +#endif // BAR_LINE_HH