lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0 -- gnome backend


From: Nicolas Sceaux
Subject: Re: 3.0 -- gnome backend
Date: Fri, 24 Sep 2004 19:40:22 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Jan Nieuwenhuizen <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]