]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket.cc
Run `make grand-replace'.
[lilypond.git] / lily / horizontal-bracket.cc
index 99cdd8a5e76bac137be65798ad377cb415aeb69d..13eec0c3ff00664bfefd55b2d245700eb61d5ef2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 "