]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-interface.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / text-interface.cc
index d95ed7a63aec4766214fad589689d707a8a319de..62375fbb9c72f96bca69b7c24b28d82aad23390d 100644 (file)
@@ -32,7 +32,7 @@ Text_interface::interpret_string (SCM layout_smob,
   SCM_ASSERT_TYPE (scm_is_string (markup), markup, SCM_ARG3,
                   __FUNCTION__, "string");
 
-  std::string str = ly_scm2string (markup);
+  string str = ly_scm2string (markup);
 
   Font_metric *fm = select_encoded_font (layout, props);
   return fm->text_stencil (str).smobbed_copy ();