lilypond-user
[Top][All Lists]
Advanced

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

lyLuaTeX, still troubles


From: Federico Bruni
Subject: lyLuaTeX, still troubles
Date: Wed, 18 Apr 2018 18:10:13 +0200

Hi folks

I'm still having a problem with lyluatex...
I've installed native TeX Live 2017 on Fedora 27. I've compiled successfully a few examples, including the test files and the manual in lyluatex repository.

Any idea of why testing.tex compiles fine while broken.tex fails?

$ cat testing.tex
\documentclass{article}
\usepackage{lyluatex}
\begin{document}

\begin{lilypond}
music = \relative {
c d e
}
\score {
 \new ChoirStaff \with {
   instrumentName = "2 Fl."
 } <<
 \new Staff \transpose c c' \music
 \new Staff {
   \clef bass
   \music
 }
 >>
}
\end{lilypond}

\end{document}



$ cat broken.tex
\documentclass{article}
\usepackage{lyluatex}
\begin{document}

\begin{lilypond}
music = \relative {
 \repeat volta 2 {
   \stemDown
   a,8[ <a' c e>] e[ q] a,[ q] e'[ q] |
 }
}
\score {
 \new StaffGroup <<
   \new Staff { \clef "treble_8" \music }
   \new TabStaff { \clef "moderntab" \new TabVoice \music }
 >>
}
\end{lilypond}

\end{document}


Here's the output:

$ lualatex --shell-escape broken.tex
This is LuaTeX, Version 1.0.4 (TeX Live 2017)
system commands enabled.
(./broken.tex
LaTeX2e <2017-04-15>
(using cache: /home/fede/.local/texlive/2017/texmf-var/luatex-cache/generic)
luaotfload | main : initialization completed in 0.119 seconds
Babel <3.18> and hyphenation patterns for 1 language(s) loaded.
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/base/size10.clo(load luc:
/home/fede/.local/texlive/2017/texmf-var/luatex-cache/generic/fonts/otl/lmroman
10-regular.luc)))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/lyluatex/lyluatex.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/luatex/luatexbase/luatexbase.sty

(/home/fede/.local/texlive/2017/texmf-dist/tex/luatex/ctablestack/ctablestack.s
ty)) (/home/fede/.local/texlive/2017/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/xkeyval/xkvutils.tex
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/xkeyval/keyval.tex))))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics/graphicx.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics/graphics.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics/trig.sty)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics-def/luatex.def)))

(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/minibox/minibox.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/l3kernel/expl3.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/l3kernel/expl3-code.tex)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/l3kernel/l3pdfmode.def)))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/environ/environ.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/trimspaces/trimspaces.sty)
) (/home/fede/.local/texlive/2017/texmf-dist/tex/latex/currfile/currfile.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/oberdiek/kvoptions.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/etexcmds.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/ifluatex.sty)))
) (/home/fede/.local/texlive/2017/texmf-dist/tex/latex/filehook/filehook.sty))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/pdfpages/pdfpages.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/base/ifthen.sty)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/tools/calc.sty)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/eso-pic/eso-pic.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/atbegshi.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/ifpdf.sty))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/xcolor/xcolor.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics-cfg/color.cfg)))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/pdfpages/ppluatex.def))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/metalogo/metalogo.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/ifxetex/ifxetex.sty)))
(./broken.aux)
(/home/fede/.local/texlive/2017/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
)
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/oberdiek/grfext.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/kvdefinekeys.st
y))
(/home/fede/.local/texlive/2017/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty)

(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/latexconfig/epstopdf-sys.c
fg))
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/oberdiek/pdflscape.sty
(/home/fede/.local/texlive/2017/texmf-dist/tex/latex/graphics/lscape.sty))
! Undefined control sequence.
<argument> music = \relative { \repeat volta 2 { \stemDown
a,8[ <a' c e>] e[ q] a,[ q] e'[
l.18 \end{lilypond}

? X
448 words of node memory still in use:
3 hlist, 1 rule, 1 local_par, 1 dir, 4 glue, 6 glyph, 5 attribute, 49 glue_s
pec, 5 attribute_list, 1 temp, 1 write, 1 pdf_colorstack nodes
  avail lists: 2:10,3:3,4:1,5:3,8:1,9:1

warning (pdf backend): no pages of output.
Transcript written on broken.log.







reply via email to

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