]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket.cc
bump version.
[lilypond.git] / lily / horizontal-bracket.cc
index 9d92028ac4cc8806c66f8ab515f3749e57fefefb..59357fbcb3b5eb972344624d8323f2a04b1480fb 100644 (file)
@@ -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 "