Re: Use TTF font for text in working directory?

2020-12-07 Thread Stefan Hante
Hi Werner, thank you for quick and precise answer. It worked just as you said. I used this to build a small project to create a beginner ocarina songbook, where under each note the fingering for the ocarina is printed. The project is on Git: https://github.com/StHante/ocarinaBook Just in

Re: Use TTF font for text in working directory?

2020-12-07 Thread Werner LEMBERG
> Is it somehow possible to tell Lilypond to look for the .ttf file in > the working directory, ie. the directory in which the .ly file is > that is being compiled? Yes. Here's some documentation from the current development version; the two mentioned scheme functions, however, are present in

Use TTF font for text in working directory?

2020-12-06 Thread Stefan Hante
Hello everyone! I'm using a TTF font for Notenames by \context NoteNames {    \override NoteName.font-name = "customFont"    ... } I am on Windows and at the moment I have copied the customFont.ttf to the directory C:\Users\\.fonts\ I find this a little unintuitive. Is it somehow possible