]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/duration.cc
Update guile interface.
[lilypond.git] / lily / duration.cc
index 413ac889ec497e7447b5e443c8e783b3704513dd..8020cd42d4a161e33de1bd597e9ff06ee50d4de2 100644 (file)
@@ -91,7 +91,7 @@ Duration::print_smob (SCM s, SCM port, scm_print_state *)
   Duration *r = (Duration *) SCM_CELL_WORD_1 (s);
 
   scm_puts ("#<Duration ", port);
-  scm_display (scm_makfrom0str (r->to_string ().c_str ()), port);
+  scm_display (ly_string2scm (r->to_string ()), port);
   scm_puts (" >", port);
 
   return 1;