]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/kpath.cc
* input/regression/bar-check-redefine.ly (pipeSymbol): new file.
[lilypond.git] / lily / kpath.cc
index bc2ac1a3fa4166148afdcf6821a4e585359f5341..50cb5c3545485e303d689b6b4f1734f68858c228 100644 (file)
@@ -72,9 +72,7 @@ kpathsea_find_tfm (char const * name)
 #if (KPATHSEA && HAVE_KPSE_FIND_FILE)
   char * name_ptr =  kpse_find_file (name, kpse_tfm_format, true);
   if (!name_ptr)
-    {
-      warning (_f ("Kpathsea couldn't find TFM file `%s'", name));
-    }
+    warning (_f ("kpathsea can not find TFM file: `%s'", name));
   else
     return name_ptr;