X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhorizontal-bracket.hh;h=bfc76b7a0d4c9a33139ca7ba4e2f0dc1e49a9639;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=f7081d50df948dda0d4f2d619a901b75965194ed;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/include/horizontal-bracket.hh b/lily/include/horizontal-bracket.hh index f7081d50df..bfc76b7a0d 100644 --- a/lily/include/horizontal-bracket.hh +++ b/lily/include/horizontal-bracket.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--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 @@ -21,17 +21,11 @@ #define HORIZONTAL_BRACKET_HH #include "lily-proto.hh" -#include "std-vector.hh" #include "grob-interface.hh" struct Horizontal_bracket { DECLARE_SCHEME_CALLBACK (print, (SCM)); - static Stencil make_bracket (Grob *, Real, Axis, Direction); - static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint, - vector grobs, - Axis a, Direction dir); - DECLARE_GROB_INTERFACE (); }; #endif /* HORIZONTAL_BRACKET_HH */