jperon / lyluatex

Alternative à lilypond-book pour lualatex
MIT License
56 stars 11 forks source link

Latex Error: ./filename.tex:62 Too many }'s. #288

Closed eefweenink closed 2 years ago

eefweenink commented 2 years ago

In my texfile a line like this:

\lilypondfile[staffsize=10]{/Lilypondfiles/exmp001.ly}

It always gives me this error (also whith the most simple textfile I use). Latex Error: ./filename.tex:62 Too many }'s.
Everywhere I search the number of {} is correct. (no error with compiling in lilypond).

Any suggestions how to solve this? Regards.

jperon commented 2 years ago

Thank you for your report. May you please send me :

\documentclass{article}
\usepackage{lyluatex}
\begin{document}
\lilypond{a b c}
\end{document}
eefweenink commented 2 years ago

Dear Fr. Jacques Peron,

I found the error. There was an extra }. It showed up, when building the minimal version. (Apologies. I should have found it myself. I had been searching for hours, making new versions, etcetera and kept showing up as an error).

Merci for the help, because without your question to make a minimal version, I don't think I would have ever found it.

Regards, Eef Weenink

jperon commented 2 years ago

You’re welcome ! Feel free to ask if you encounter other problems.