On Fri, Apr 10, 2020 at 10:09:24AM +0200, astrid wrote:
> Hallo,
>
> in the german forum for lilypond ->
> https://lilypondforum.de/index.php/topic,667.0.html
>
> I asked for a solution, but got no answer. It is a bug, I suggest; see here:
>
> If I write (an it's the same in \version "20.21.0"):
>
Hi,
these "compressing over-full page" warnings may be caused
by running a lilypond executable, which was compiled with
the old pango library (1.43), with the new pango lib (1.44).
What is your pango version?
Thomas
On Wed, Aug 14, 2019 at 03:16:56PM +0200, Anzick wrote:
> Hello, with even the
On Tue, Aug 06, 2019 at 12:11:44PM +0200, Knut Petersen wrote:
> On 04.08.19 13:39, Werner LEMBERG wrote:
> >>In my case, it's not really a compilation error but mostly strange
> >>behavior with texts and markups. Here is a very small example with
> >>a bug in the appearance of the TimeSignature.
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'