]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
* lily/beam-quanting.cc (score_forbidden_quants): make forbidden
[lilypond.git] / lily / beam.cc
index d884282e61537d4868c773c8b9751ab1abe58b03..e12cd2cdd7ab1e6dd9c79fc6a4e04b25087d4ba4 100644 (file)
@@ -912,11 +912,11 @@ Beam::least_squares (SCM smob)
 
       /*
        For broken beams this doesn't work well. In this case, the
-        slope esp. of the first part of a broken beam should predict
-        where the second part goes.
-       */
+       slope esp. of the first part of a broken beam should predict
+       where the second part goes.
+      */
       me->set_property ("least-squares-dy",
-                            scm_make_real (pos[RIGHT] - pos[LEFT]));
+                       scm_make_real (pos[RIGHT] - pos[LEFT]));
     }
   else
     {