+2005-04-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/font-config.cc (init_fontconfig): be verbose about font path.
+
2005-04-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
* mf/feta-nummer-code.mf (code): add plus glyph.
2005-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
* scripts/lilypond-book.py (Lilypond_snippet.__init__):
- only process options fi they're there.
+ only process options if they're there.
(write_file_map): add version-seen? to snippet-map.ly
2005-04-06 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl>
dirs.push (prefix_directory + "/fonts/type1/");
dirs.push (prefix_directory + "/fonts/cff/");
dirs.push (prefix_directory + "/fonts/svg/");
- }
+ }
+
+
for (int i = 0; i < dirs.size (); i++)
{
String dir = dirs[i];
if (!FcConfigAppFontAddDir (fcc, (FcChar8 *)dir.to_str0 ()))
- error (_f ("Failed to add lilypond directory %s", dir));
+ error (_f ("Failed to add lilypond directory %s", dir.to_str0 ()));
+ else if (be_verbose_global_b)
+ progress_indication (_ ("Adding font directory %s", dir.to_str0 ()));
}
if (be_verbose_global)