Open thelaumix opened 1 year ago
Same error in manjaro (in 3 different computers), using Gummy or another editor, but if I use a document without save them and autocompile option fron ram, this works perfectly, but is useless without saving option.
Same for Ubuntu 22.04 with GNU LilyPond 2.24.3 and TeX Live (latest, not apt).
MWE: lualatex lualatex --shell-escape myfile
\documentclass[11pt]{scrbook}
\usepackage{lyluatex}
\begin{document}
\begin{lilypond}[quote,fragment,staffsize=26]
c'4 d' e' f' g'2 g'
\end{lilypond}
\end{document}
However, it does the same for any lilypond macro.
Hey,
I'm trying to include lylualatex into Texifier on MacOS (Lilypond v2.24.2 / homebrew), but despite my efforts, any attempt to compile even the most basic scores results in an error being thrown by LuaLaTeX.
I did already find some issues referring to a similar log output, but so far none of the solutions provided there have been able to resolve the problem. Does anyone know what might be causing this to happen?
Best regards