lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lyluatex usage


From: Víctor Cisneros
Subject: lyluatex usage
Date: Fri, 16 Feb 2018 11:19:47 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

I'm hoping this is the right place to post a question about lyluatex, since I can't find a mailing list in that project's site.

Anyway, I used lyluatex plenty of times in the past year in several projects, without a problem, but now I can't seem to run a minimal example:


\documentclass[letterpaper]{report}
\usepackage{lyluatex}

\begin{document}
    \lily{c'}
    % \begin{ly}
    %     \relative c' { c d e f g a b c }
    % \end{ly}
\end{document}


All I can get is this error:

/usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:5: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:1025: attempt to index field 'shared' (a nil value) [    \lily{c'}] /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:5: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:1025: attempt to index field 'shared' (a nil value) [    \lily{c'}] /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:5: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:663: attempt to index local 'self' (a nil value) [    \lily{c'}]


If I attempt to compile the above commented lines, I'll get this:

/usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:7: Undefined control sequence. [        \relative] /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:8: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:1025: attempt to index field 'shared' (a nil value) [    \end{ly}] /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:8: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:1025: attempt to index field 'shared' (a nil value) [    \end{ly}] /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload.sty:8: LuaTeX error /usr/share/texmf/tex/latex/lyluatex/lyluatex.lua:663: attempt to index local 'self' (a nil value) [    \end{ly}]


I'm using TeXlive 2015 and lilypond 2.19.49, compiling with -shell-escape option.

Thank you very much for your help.

Victor.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]