]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
* lily/main.cc (setup_guile_env): new function. Set GC min_yields
[lilypond.git] / lily / dynamic-engraver.cc
index a8ba235d333b0e3c53203bdc791e240332bea7a9..47990741560cb380a9cfe4733fe689c20d664290 100644 (file)
@@ -228,7 +228,7 @@ Dynamic_engraver::process_music ()
                                                     finished_cresc_);
                }
              cresc_->set_property ("grow-direction",
-                                   scm_int2num ((start_type == "crescendo")
+                                   scm_from_int ((start_type == "crescendo")
                                                 ? BIGGER : SMALLER));
            }