]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / dots.cc
index 7993308ae0b3399c57cfde28642d5488a515d932..0c7d634798a87c2ab26e481f8b3521dd62365045 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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);
         }
     }