Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
> That's quite strange. I tested on a fresh machine. What versions of
> fontconfig/gnome/pango do you use?
fontconfig is version 2.2.3
gnome is 2.6.1
pango is 1.4.1
ohoh, maybe I should look at guile-gnome.sh again, and get a more
recent pango. I'm doing this.
> PS: you may try compiling this, to see if LilyPond fonts show up in
> the dialogue.
>
> /*
> gfs.c
> gcc -o gfs gfs.c $(pkg-config --cflags --libs gtk+-2.0)
> */
> #include <gtk/gtk.h>
>
> int main(int argc, char* argv[]) {
> GtkWidget *dlg;
>
> gtk_init(&argc, &argv);
> dlg = gtk_font_selection_dialog_new("Select font");
> if (gtk_dialog_run(GTK_DIALOG(dlg)) == GTK_RESPONSE_OK) {
> g_print("Selected: %s.\n",
> gtk_font_selection_dialog_get_font_name(
> GTK_FONT_SELECTION_DIALOG(dlg)));
> }
> return 0;
> }
LilyPond fonts do appear in the font selection dialog.
nicolas
_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel