X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhorizontal-bracket.cc;h=c0d91d123fb53769d6a102d23fa6461d6dcd9613;hb=f1e6a812cca9ab3b58ce8f36acacde0c7f035448;hp=99cdd8a5e76bac137be65798ad377cb415aeb69d;hpb=ba3045ce76cd37a4e11fd775fa04ce4b7586ad77;p=lilypond.git diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index 99cdd8a5e7..c0d91d123f 100644 --- a/lily/horizontal-bracket.cc +++ b/lily/horizontal-bracket.cc @@ -1,9 +1,20 @@ /* - horizontal-bracket.cc -- implement Horizontal_bracket + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2002--2010 Han-Wen Nienhuys - (c) 2002--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 "horizontal-bracket.hh" @@ -79,7 +90,7 @@ Horizontal_bracket::make_enclosing_bracket (Grob *me, Grob *refpoint, } else { - Stencil b = make_bracket (me, ext.length(), a, dir); + Stencil b = make_bracket (me, ext.length (), a, dir); b.translate_axis (ext[LEFT] - refpoint->relative_coordinate (common, a), a); return b; @@ -121,7 +132,7 @@ Horizontal_bracket::print (SCM smob) ADD_INTERFACE (Horizontal_bracket, "A horizontal bracket encompassing notes.", - /* props */ + /* properties */ "bracket-flare " "columns " "edge-height "