]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
* lily/main.cc (setup_guile_env): new function. Set GC min_yields
[lilypond.git] / lily / dot-column.cc
index ec43a4373505da3043ce2435ec917350d1629b62..ec00373261a4b5b4a9240b9760f589b9836ffd74 100644 (file)
@@ -40,7 +40,7 @@ Dot_column::force_shift_callback (SCM element_smob, SCM axis)
 
       do_shifts (me);
     }
-  return scm_make_real (0.0);
+  return scm_from_double (0.0);
 }
 
 MAKE_SCHEME_CALLBACK (Dot_column, side_position, 2);