]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
Update guile interface.
[lilypond.git] / lily / grob-property.cc
index f1242994d53fb696133cbedfc6e6b2bc1b9336ce..27fb897d1b617f8e21f5c0767f3f9d2cf4dd00f5 100644 (file)
@@ -91,9 +91,9 @@ Grob::internal_set_property (SCM sym, SCM v)
   if (ly_is_procedure (modification_callback))
       scm_apply_0 (modification_callback,
                   scm_list_n (self_scm (),
-                              scm_makfrom0str (file),
+                              scm_from_locale_string (file),
                               scm_from_int (line),
-                              scm_makfrom0str (fun),
+                              scm_from_locale_string (fun),
                               sym, v, SCM_UNDEFINED));
 #endif