With the new pango version 1.44 compilation of src/lilypond/lily/pango-font.cc
gives warnings about 'void* pango_fc_font_lock_face(PangoFcFont*)' to be deprecated and 'pango_font_get_hb_font' should be used instead. followed by error: invalid conversion from 'gpointer' {aka 'void*'} to 'FT_Face' {aka 'FT_FaceRec_*'} Seems that pango doesn't work with freetype fonts anymore. A side note: lilypond executables compiled with pango <=1.43 produce an empty 1st page when run with pango 1.44 installed. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond