Open MaxPerl opened 5 years ago
Hi Max, There was a bug in abcm2ps when not using url(..) (it does not exist in abc2svg). With the fix, the fonts should be found when installed in the system. But, anyway, I could not find a way to know if a font is installed!
About the font definition with url(..), I found that some browsers do not like relative paths. Did you try absolute paths?
Thanks for the report.
Thank you very much for your fix.
With %%musicfont Bravura.otf
it now works fine, even if I expected according the description here that %%musicfont Bravura
should be the right directive.
url() doesn't work on my machine neither with relative nor with absolute paths.
In abc2svg I have the same problems. But I only tested it with the batch scripts (abctopdf and abcjs24), not with embedding it in a HTML page...
Again thank you very much for your quick help,
Max
Hello, I tried the following directive at the beginning of my abc file:
%%musicfont url(../Bravura.otf)
Unfortunately the following output is processed: Also%%musicfont Bravura
didn't work. The font is installed at /usr/local/share/fonts and recognized from other programs. By the way. I got the same output with abcjs24 and abctopdf from abc2svg: Thanks in advance, Max PS.: abcm2ps is a great application. Thank you so much for creating such a phantastic piece of software!