You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass{scrartcl}
\usepackage{lyluatex}
\begin{document}
\lilypond{a b c}
\end{document}
This command works: lualatex --interaction=nonstopmode --synctex=1 --shell-escape test.tex
This command fails: lualatex --interaction=nonstopmode --synctex=1 --shell-escape --output-dir=build test.tex
Error:
(lyluatex) Compiling score tmp-ly/e2f53337204788419c76f0055ba74f56 with LilyPond executable 'lilypond'.
...re/texmf-dist/tex/lua
latex/luaoptions/luaoptions-lib.lua:236: bad argument #1 to 'rawget' (table exp
ected, got nil)
stack traceback:
[C]: in function 'rawget'
...re/texmf-dist/tex/lualatex/luaoptions/luaoptions-lib.lua:236: in metamethod
'__index'
/usr/share/texmf-dist/scripts/lyluatex/lyluatex.lua:802: in method 'lilypond_c
md'
/usr/share/texmf-dist/scripts/lyluatex/lyluatex.lua:1146: in method 'run_lilyp
ond'
/usr/share/texmf-dist/scripts/lyluatex/lyluatex.lua:1110: in method 'process'
[\directlua]:1: in main chunk.
\ly@compilescore ...directlua {ly.score:process()}
I think lyluatext is looking for necessary files right above the tmp-ly directory and fails to find any but I am not sure.
The text was updated successfully, but these errors were encountered:
Contents of my test file:
This command works:
lualatex --interaction=nonstopmode --synctex=1 --shell-escape test.tex
This command fails:
lualatex --interaction=nonstopmode --synctex=1 --shell-escape --output-dir=build test.tex
Error:
I think lyluatext is looking for necessary files right above the
tmp-ly
directory and fails to find any but I am not sure.The text was updated successfully, but these errors were encountered: