-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to auto-compile #282
Comments
Please share the generated However, the other hint is that "The filename, directory name, or volume label syntax is incorrect." This may mean that our code to let LilyPond find the file to compile may be incorrect and fails to work properly on Windows. |
Okay, here's the
And this temp file compiles fine with just |
I don't know if this may help pin down the problem, or just muddy the waters... I tried to compile the file on an older computer which is running TeXLive 2016 and Lilypond 2.19.3 on Windows 7. I realize that's changing all the variables at once... The interesting thing, though, is that the file would not compile in the command line, but it did compile just fine in TeXworks. The command line also produced a different type of error:
The |
Hello! I am using TeXLive 2020 and Lilypond 2.20.0-1 on Windows 10.
I've been trying hard to get lyluatex to work properly, and I've run up against one last problem. Any music in my .tex file has to be manually complied once or twice to show up in the pdf.
Here's an MWE:
Compiling this brings up this error:
I notice it looks for and fails to find a .aux file. The .ly file produced in /temp-ly is perfectly fine, but the .log file is empty.
If I compile the .ly file in /temp-ly, it produces a pdf file that is exactly correct.
Compiling the .tex file a second time produces a good pdf, but with the following warning:
Larger files seem to get stuck while compiling the temporary .ly file. If I manually compile it while the second tex compilation is trying to compile it, the correct pdf is immediately produced. The gs launch warning above still occurs.
For the record, this is occurring whether I use TeXworks, TeXstudio, or command line; and whether I use
\lilypond
,\begin{lilypond} ... \end{lilypond}
, or\lilypondfile
.Adding
[force-compilation]
when calling lyluatex does not help.Any assistance is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: