bug-lilypond
[Top][All Lists]
Advanced

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

Re: Crash in 2.25.4


From: Jean Abou Samra
Subject: Re: Crash in 2.25.4
Date: Tue, 23 May 2023 22:38:22 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

Le mardi 23 mai 2023 à 22:08 +0200, Jean Abou Samra a écrit :

> So Pango is apparently requesting a font with colored glyphs from 
> Fontconfig...



Speaking of which, I would also be interested in the output with

```
diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc
index dd8cfaa8f3..0a8efa4433 100644
--- a/lily/all-font-metrics.cc
+++ b/lily/all-font-metrics.cc
@@ -52,7 +52,9 @@ static void
 substitute_with_lily_config (FcPattern *pat, void *config)
 {
   FcConfig *fcconfig = static_cast<FcConfig *> (config);
+  FcPatternPrint (pat);
   FcConfigSubstitute (fcconfig, pat, FcMatchPattern);
+  FcPatternPrint (pat);
 }
 
 All_font_metrics::All_font_metrics (File_path search_path,
```

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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