]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
* scm/output-gnome.scm (utf8-string): New function.
[lilypond.git] / lily / text-item.cc
index 2ceb979b74546c07af70742a0efcbc53340954ac..1a01eced0b90a62c1e442c40f36c35249a0c1439 100644 (file)
@@ -37,7 +37,7 @@ Text_interface::interpret_string (SCM layout_smob,
   String str = ly_scm2string (markup);
 
   Font_metric *fm = select_encoded_font (layout, props);
-  return fm->text_stencil (str).smobbed_copy();
+  return fm->text_stencil (str).smobbed_copy ();
 }