]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-engraver.cc
* lily/kpath.cc:
[lilypond.git] / lily / score-engraver.cc
index d7d699f4497fce1cfbac6e908fcd117308665691..514f800c94677d0c5338554bf640622be32cb8de 100644 (file)
@@ -104,10 +104,12 @@ Score_engraver::initialize ()
   if (!fm)
     {
       error (_f ("cannot find `%s'", MUSIC_FONT ".otf")
-              + "\n"
-              + _ ("Music font has not been installed properly.\n")
-              + _f ("Search path `%s'\n", global_path.to_string ().to_str0())
-              + _ ("Aborting"));       
+            + "\n"
+            + _ ("Music font has not been installed properly.")
+            + "\n"
+            + _f ("Search path `%s'", global_path.to_string ().to_str0())
+            + "\n"
+            + _ ("Aborting"));       
     }
   
   if (!scm_is_string (ly_kpathsea_find_file (scm_makfrom0str ("ecrm10.pfa")))