]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-concave.cc
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / lily / beam-concave.cc
index ac2d3a758ed4b702546026f32d998b1df34c3e90..e46786a7da6a85e52bfe04d9914c259668654553 100644 (file)
@@ -129,8 +129,8 @@ Beam::check_concave (SCM smob)
       concaveness /= positions.size () ;
 
       /*
-       Normalize. For  dy = 0, the slopes ends up as 0 anyway, so
-       the scaling of concaveness doesn't matter much.
+       Normalize. For dy = 0, the slope ends up as 0 anyway, so the
+       scaling of concaveness doesn't matter much.
        */
       if (dy)
        concaveness /= dy;