Sorry, this is the correct example (dot missing after font-name): \version "2.19.83"
\header { title = \markup { \override #'(font-name "ITC Souvenir") "My Title" } } \score { c'' } If I try other fonts they show correctly, but these two don't seem to work. On Sat, Apr 25, 2020 at 6:24 PM Ignacio Lois <ignaciol...@gmail.com> wrote: > Hi, > Thanks Ben and Noeck for your replies. > I'm running Frescobaldi 3.0.0 and I can't find Document Fonts under Tools. > I'll check for a newer version > This is a minimal example that fails as described: > > \version "2.19.83" > > \header { > title = \markup { > \override #'(font-name "ITC Souvenir") > "My Title" > } > } > > \score { > c'' > } > > Thanks in advance. > > On Sat, Apr 25, 2020 at 6:11 PM Ben <soundsfromso...@gmail.com> wrote: > >> On 4/25/2020 2:47 PM, Ignacio Lois wrote: >> >> Hello list, >> >> I'm trying to use any font like these for my titles. I tried ITC Souvenir >> <https://freefontsfamily.com/itc-souvenir-font-family-free/>, which >> would look like this: >> [image: image.png] >> And Sunset-Serial <https://www.wfonts.com/font/sunset-serial>, which >> would look like this: >> [image: image.png] >> But no matter how I set it in LilyPond, I get this: >> [image: image.png] >> The weirdest thing is that Frescobaldi acknowledges the existence of >> these fonts and even knows what they look like: >> [image: image.png] >> >> So here is my question: do fonts need to be of a special type to work? Am >> I doing something wrong or missing something? I don't know what to try >> anymore. Any help would be appreciated. >> >> Thanks >> >> >> Hi Ignacio, >> >> It appears that you've installed the fonts correctly if Frescobaldi can >> pick them up like that. Can you share some of your code, maybe there is a >> conflict somewhere? >> >> >>