]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-metrics.cc
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / lily / text-metrics.cc
index d69b59d3b4858d5937ccc4847960f07a5b15aaf5..93495258538838c5f5abf8bf44bde6f06db6eb2c 100644 (file)
@@ -75,7 +75,7 @@ try_load_text_metrics (String basename)
   String path = global_path.find (basename + ".textmetrics");
   if (path != "")
     {
-      String contents (gulp_file_to_string (path, true));
+      String contents (gulp_file_to_string (path, true, -1));
       contents = "(quote (" + contents + "))";
 
       SCM lst = scm_c_eval_string (contents.to_str0 ());