jperon / lyluatex

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

Doctoral Thesis in musicology #286

Open andregaby opened 2 years ago

andregaby commented 2 years ago

I've tried everything to make lyluatex works, but it isn't. I'm using a MacBook Pro M1 pro with texstudio. I've installed lyluatex with miktex, installed Lillypond 2.18.2 64 bits. Lilypond works very well with Frescobaldi.

Texstudio does return any error in compilation. I'm using Lualatex for compile. If it works, could be the solution about musical examples on my thesis, because I'm writing with Latex.

If you could help me, I will thank you a lot!

jperon commented 2 years ago

Sorry for the delay of my reply. Lyluatex has some issues with miktex I didn't manage to fix yet ; it's tested and working on TeXLive. I'll have a look again at miktex ASAP, but I fear it won't be as soon as I'd like it !

andregaby commented 2 years ago

Thanks for your answer.

I did, made work. But now I've found another problem. The log error :

Module lyluatex Warning: Found something incompatible withfragment (lyluatex) (orrelative`). Setting them to false. (lyluatex) on input line 320 Module lyluatex Info: Compiling score tmp-ly/f62b9f1baedf043e0d38e28fb76bb256 wi th LilyPond executable '/opt/homebrew/Cellar/lilypond/2.22.1_1/libexec/lilypond' . on input line 320 ...exlive/2021/texmf-dist/scripts/lyluatex/lyluatex-lib.lua:159: bad argument #1 to 'rawget' (table expected, got nil) stack traceback: [C]: in function 'rawget' ...exlive/2021/texmf-dist/scripts/lyluatex/lyluatex-lib.lua:159: in metamethod '__index' ./lyluatex.lua:814: in method 'lilypond_cmd' ./lyluatex.lua:1126: in method 'run_lilypond' ./lyluatex.lua:1090: in method 'process' [\directlua]:1: in main chunk. \ly@compilescore ...directlua {ly.score:process()}

l.320 ...ypondfile{/ExemplosMusicais/Asperges-me.ly}

The lua interpreter ran into a problem, so the remainder of this lua chunk will be ignored.`

I've installed the new versions of everything (lilypond, lyluatex), and again didn't work. Could you help me?

jperon commented 2 years ago

Sure. It would be really helpful if you could send me a MWE (the shortest document which gives this error). The best way is to copy/paste it here, using the verbatim symbols of Markdown as follows :

\documentclass{scrartcl}
\usepackage{lyluatex}

\begin{document}
\lilypond{a b c}
\end{document}

If you can't narrow things down to a MWE, please send me the whole document, so I can try to reproduce the issue.