]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
* lily/slur-scoring.cc (get_bound_info): robustness: substitute
[lilypond.git] / lily / dots.cc
index 44eb51802fdc4bb827e12dd4050bded27d91bd19..a6f2e64a5c750126bd504711f62b17c33ff3f3e5 100644 (file)
@@ -41,14 +41,13 @@ Dots::print (SCM d)
 
       for (int i = scm_to_int (c); i--;)
        {
-         d.translate_axis (2*dw, X_AXIS);
+         d.translate_axis (2 * dw, X_AXIS);
          mol.add_at_edge (X_AXIS, RIGHT, d, dw, 0);
        }
     }
   return mol.smobbed_copy ();
 }
 
-
 ADD_INTERFACE (Dots, "dots-interface",
               "The dots to go with a notehead or rest."
               "@code{direction} sets the preferred direction to move in case of staff "