-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lilypond not recognized #279
Comments
The problem comes from fonts : |
You'll find here some ideas to replace |
In Word, I sometimes use book antiqua. I found a font that is suitable for Latex, but how do I install that? I am trying a few TrueType/OpenType, but no success: for example Libre Baskerville is not working. |
I found this one: And that's a beautiful font. Thanks for inspiring me. |
I've just tested with Book Antiqua : \documentclass{article}
\usepackage{fontspec}
\setmainfont{Book Antiqua}
\usepackage[pass-fonts]{lyluatex}
\begin{document}
a - b - c
\begin{ly}
{a b c}
\addlyrics{a -- b -- c}
\end{ly}
\end{document} It works as expected. You'll notice the |
Hello everybody,
I am trying to make a new booklet. I made a test-version without too much lay-out:
The output is showed this:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: