Am 24.09.2014 um 17:52 schrieb Xirux Nefer:
I am using lilypond-book to compile solfeo.lytex:

-----------

\documentclass[12pt,a4paper]{book}
\usepackage[textwidth=12cm,textheight=20cm]{geometry}
\usepackage{lipsum}
\usepackage{fontspec}
\usepackage{Alegreya}
\begin{document}
\lipsum[1]
\lilypondfile[indent=1\cm,fontload,ragged-right]{scores/Lesson_1.01.xml.ly}
\lipsum[2-4]
\end{document}

-----------


Using:

-----------

lilypond-book --output=out --latex-program=xelatex --left-padding=0
--process='lilypond --define-default=line-width=12\cm' solfeo.lytex

-----------


And I  am getting the error in the subject of this message. The output of
the compilation is:

[...]

Have you tried to comment out the line \lilypondfile... and compile the
document directly with xelatex? It looks as if xelatex has some problems, not lilypond ...


lilypond-book: warning: cannot detect textwidth from LaTeX
Dissecting...
Writing snippets...
lilypond-book: warning: ignoring unknown ly option: fontload

Ok, lilypond-book claims that the option 'fontload' does not exist.

But everything else looks like a xelatx-specific problem to me.

HTH,

Marc


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to