X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhorizontal-bracket.cc;h=13eec0c3ff00664bfefd55b2d245700eb61d5ef2;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=9d92028ac4cc8806c66f8ab515f3749e57fefefb;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/horizontal-bracket.cc b/lily/horizontal-bracket.cc index 9d92028ac4..13eec0c3ff 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--2007 Han-Wen Nienhuys + (c) 2002--2008 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 "