]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
Make fast_substitute_grob_array() protected.
[lilypond.git] / lily / hairpin.cc
index 20808956ae9607264d9ee84699bf778835e19cd2..80f836d5b1ff89f74c0d84aab425183f8b899141 100644 (file)
@@ -236,7 +236,7 @@ Hairpin::print (SCM smob)
       Box extent (Interval (-rad, rad), Interval (-rad, rad));
       
       /* Hmmm, perhaps we should have a Lookup::circle () method? */
-      Stencil circle(extent,
+      Stencil circle (extent,
                     scm_list_4 (ly_symbol2scm ("circle"),
                                 scm_from_double (rad),
                                 scm_from_double (thick),
@@ -256,9 +256,9 @@ Hairpin::print (SCM smob)
 }
 
 ADD_INTERFACE (Hairpin,
-              "A hairpin crescendo/decrescendo.",
+              "A hairpin crescendo or decrescendo.",
 
-              /* props */
+              /* properties */
               "adjacent-hairpins "
               "circled-tip "
               "bound-padding "