Hello,
I have installed a new version of Lilypond.
Ever since, TexLive doesn't see Lilypond anymore.
Here is my test script:
\documentclass[a4paper, 11pt]{article}
\usepackage{lyluatex}
\begin{document}
This is a MWE.
\lilypond{ c' d' e' }
\end{document}
The result:
(c:/texlive/2020/texmf-dist/tex/latex/graphics/lscape.sty))'"lilypond"' is not recognized as an internal or external command,
operable program or batch file.
c:/texlive/2020/texm
f-dist/tex/latex/base/ltluatex.lua:109:
Module lyluatex Error: LilyPond could not be started.
(lyluatex) Please check that LuaLaTeX is started with the
(lyluatex) --shell-escape option, and that 'program'
(lyluatex) points to a valid LilyPond executable.
(lyluatex) on input line 8
stack traceback:
[C]: in function 'error'
c:/texlive/2020/texmf-dist/tex/latex/base/ltluatex.lua:109: in function <c:/te
xlive/2020/texmf-dist/tex/latex/base/ltluatex.lua:108>
(...tail calls...)
c:/texlive/2020/texmf-dist/scripts/lyluatex/lyluatex.lua:1081: in method 'proc
ess'
[\directlua]:1: in main chunk.
\ly@compilescore ...directlua {ly.score:process()}
l.8 \lilypond{ c' d' e' }
?
How can I fix this?
Hello,
I have installed a new version of Lilypond.
Ever since, TexLive doesn't see Lilypond anymore.
Here is my test script:
The result:
How can I fix this?