X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fenclosing-bracket.cc;h=4fcd72734e155568cbf2f53cef3f21ebf34587ca;hb=32b0d9bed10e343c76ad8e98e3378b55388a5a19;hp=e647fcae868f01465c466c5f594dea77cdd922d1;hpb=504fd611fe0599a9d4f4b380ce4348cc6566469b;p=lilypond.git diff --git a/lily/enclosing-bracket.cc b/lily/enclosing-bracket.cc index e647fcae86..4fcd72734e 100644 --- a/lily/enclosing-bracket.cc +++ b/lily/enclosing-bracket.cc @@ -1,10 +1,21 @@ /* - enclosing-bracket.cc -- implement Enclosing_bracket + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2010 Han-Wen Nienhuys - (c) 2005--2006 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 . */ #include "stencil.hh" @@ -15,19 +26,18 @@ struct Enclosing_bracket { - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); public: - DECLARE_SCHEME_CALLBACK(print, (SCM)); - DECLARE_SCHEME_CALLBACK(width, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (width, (SCM)); }; -ADD_INTERFACE(Enclosing_bracket, - +ADD_INTERFACE (Enclosing_bracket, "Brackets alongside bass figures.", - /* props */ + /* properties */ "bracket-flare " "edge-height " "elements "