Hello bug squad, hello list, I've found a problem with this "book":
% test.lytex: %---- 8<---------------- \documentclass{article} \begin{document} \begin{lilypond} \include "improviso.ily" { c''4 } \end{lilypond} \end{document} %---- 8<---------------- I want lilypond to engrave it with "improviso" font, https://fonts.openlilylib.org/improviso/ --- I have set it up, it's ok. Now: lilypond-book does well without --pdf option: $ lilypond-book -I ${HOME}/lilyponds/local-includes --out=out test.lytex $ cd out $ latex test && dvips -o test.ps test.dvi && ps2pdf test.ps Now I have the desired result. But it fails when I want to do it for pdflatex: %---- 8<---------------- $ lilypond-book -I ${HOME}/lilyponds/local-includes --out=out --pdf test.lytex <snip> Layout output to `b5/lily-09c4cef9.eps'... попередження: cannot embed "improviso-20"="improviso-20" Converting to `b5/lily-09c4cef9.pdf'... Layout output to `b5/lily-09c4cef9-1.eps'... попередження: cannot embed "improviso-20"="improviso-20" Converting to `b5/lily-09c4cef9-1.pdf'... Writing b5/lily-09c4cef9-systems.texi... Writing b5/lily-09c4cef9-systems.tex... Writing b5/lily-09c4cef9-systems.count... Success: compilation successfully completed Linking files... Compiling /home/dor/tmp/ly-test/out/test.tex... Writing `/home/dor/tmp/ly-test/out/test.tex'... %---- 8<---------------- Now I have pdf containing a score with no clef, key signature and notehead. I've attached png files produced by $ convert -density 150 <file>-1.eps -flatten <file>-1.png for both ways, with and without --pdf. Is this an issue? How to work around? Thank you! -- Dmytro O. Redchuk
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond