lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyluatex


From: Urs Liska
Subject: Re: Lyluatex
Date: Tue, 18 Sep 2018 16:02:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1



Am 18.09.2018 um 15:56 schrieb foxfanfare:
Hi all,

I'm beginning my first steps in the world of LaTeX and I'm currently trying
to figure out how Lyluatex works. I'm using TeX Live (and TeXworks for
editing) on Windows.

I made this simple document:

\documentclass{article}
\usepackage{lyluatex}
\begin{document}
Bonjour, j'\'edite en \LaTeX!

\begin{lilypond}
\relative c' { c d e f g a b c }
\end{lilypond}

\end{document}

But when I compile it (either via TeXworks or with the command "lualatex
-shell-escape DOCUMENT.TEX", I get this in the console:

Did you correctly quote that here? I see -shell-escape instead of --shell-escape.


This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX)
  system commands enabled.
...

c:/texlive/2018/texmf-dist/tex/latex/base/ltluatex.lua:109:
Module lyluatex Error: LilyPond could not be started.
(lyluatex)             Please check that LuaLaTeX is started with the
(lyluatex)             --shell-escape option, and that 'program'
(lyluatex)             points to a valid LilyPond executable.
(lyluatex)             on input line 8

...


I don't understand why. I also tried to change :
\usepackage[program=C:/Program Files
(x86)/LilyPond/usr/bin/lilypond.exe]{lyluatex} but this didn't solve the
problem.

I'm not sure about the behaviour on Windows, but I'd assume you have to wrap a path that includes spaces in curly brackets:

  [program={C:/Program Files (x86)/LilyPond/usr/bin/lilypond.exe}]

Could someone please point me in the right direction to make it work?

Is that the right direction?

HTH
Urs

Thanks!



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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