]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / dots.cc
index 43c47b77199a4576a7de3890f8011d485e925e84..20503ca5ae4bfc414a3af60abf7190d6ec985f34 100644 (file)
@@ -62,7 +62,6 @@ Dots::print (SCM d)
 
       for (int i = scm_to_int (c); i--;)
         {
-          d.translate_axis (2 * dw, X_AXIS);
           mol.add_at_edge (X_AXIS, RIGHT, d, dw);
         }
     }