X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhorizontal-bracket.cc;h=c5594359a1a5415ba6b374c862dadc1f79ed9a64;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=99cdd8a5e76bac137be65798ad377cb415aeb69d;hpb=504fd611fe0599a9d4f4b380ce4348cc6566469b;p=lilypond.git diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index 99cdd8a5e7..c5594359a1 100644 --- a/lily/horizontal-bracket.cc +++ b/lily/horizontal-bracket.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2006 Han-Wen Nienhuys + (c) 2002--2009 Han-Wen Nienhuys */ #include "horizontal-bracket.hh" @@ -79,7 +79,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 +121,7 @@ Horizontal_bracket::print (SCM smob) ADD_INTERFACE (Horizontal_bracket, "A horizontal bracket encompassing notes.", - /* props */ + /* properties */ "bracket-flare " "columns " "edge-height "