Hello Werner,
Thank you for the speedy merge request and the pointers. I managed to
switch to a different typeface for now with the FC setup files (though I
don't know much about it so my approach could be problematic), but the
Pango issue seems to not be active anymore.
Thanks everyone for
> I want to use emoji within markup, and I can see in the output log
> that Lilypond can't find a character in its default emoji font
> (Symbola). I can't figure out how to override the default font.
LilyPond does *not* have a default emoji font! It is Pango and
FontConfig which choose the font.
Trying with your example doesn't work. I neglected to mentioned the
actual error messages, which might not actually mean what I had thought
them to mean.
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+1FFC, file /usr/share/fonts/gdouros-symbola/Symbola.tt
On 2024-01-16 9:12 am, YTG 1234 wrote:
I want to use emoji within markup, and I can see in the output log that
Lilypond can't find a character in its default emoji font (Symbola). I
can't figure out how to override the default font.
%%%
\markup {
"🔒" %% This character isn't be found
}
%%
I want to use emoji within markup, and I can see in the output log that
Lilypond can't find a character in its default emoji font (Symbola). I
can't figure out how to override the default font.
%%%
\markup {
"🔒" %% This character isn't be found
}
%%%
I saw an old thread recommending to u