]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
*** empty log message ***
[lilypond.git] / lily / dots.cc
index c93a6f8c67c0a9e6640d8f80e79fee6da7906781..6814800a37ccb4d525fb82f1308ec78d3e9bfe5b 100644 (file)
@@ -40,7 +40,7 @@ Dots::print (SCM d)
       mol = Lookup::blank (Box (Interval (0,0),
                                Interval (0,0)));
   
-      for (int i = ly_scm2int (c); i--;)
+      for (int i = scm_to_int (c); i--;)
        {
          d.translate_axis (2*dw,X_AXIS);
          mol.add_at_edge (X_AXIS, RIGHT, d, dw, 0);