Open Brayanokles opened 1 year ago
You should ensure that lilypond
is in your PATH
environment variable.
In any case, manually adding the path of lilypond
should solve the problem:
\usepackage[program=/path/to/lilypond]{lyluatex}
Path = C:\Program Files (x86)\Lilypond\lilypond-2.24.0\bin ??
The executable should be included:
\usepackage[program={C:/Program Files (x86)/LilyPond/usr/bin/lilypond-windows.exe}]{lyluatex}
Given there are spaces and you’re and Windows, perhaps you should replace /
by \
, and perhaps add quotes around the path… not sure, but I’d be interested if you could tell me what eventually works (for future reference).
in bin, there is no lilypond-windows.exe file. Where can I find it?
Perhaps it is lilypond.exe
. I made a copy - paste from an old issue, so the names might have changed.
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?