operative system: Ubuntu 9.10 - the Karmic Koala lilypond version : GNU LilyPond 2.12.2 latex: pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6 Compiled with libpng 1.2.37; using libpng 1.2.37 Compiled with zlib 1.2.3.3; using zlib 1.2.3.3 Compiled with libpoppler version 0.12.0
I have problem. I have created jupp.lytex file with simple code like this: \documentclass {article} \begin {document} Some text you can put here. \begin[quote, fragment]{lilypond} \relative c' {c d e f} \end {lilypond} some text here \end {document} then I run in terminal these commands in succession: 1: lilypond-book --output=out -f latex jupp.lytex // I get insignificant error message: /usr/bin/lilypond-book:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 // 2: cd \out 3: pdflatex jupp.tex //after this one I get error which I don't understand how to fix.: // (/usr/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/size10.clo)) No file jupp.aux. (./a4/lily-6745fea2-systems.tex ! Undefined control sequence. l.1 \includegraphics {a4/lily-6745fea2-1}% ? ) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./jupp.aux) )</usr/sh are/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb> Output written on jupp.pdf (1 page, 8790 bytes). Transcript written on jupp.log. // Because of the length of the bug I am not including jupp.log here. Anyway I just get pdf at the end which consists of my lilypond code and not output. How to solve this??? I don't know if this problem relates to lilypond-book or pdflatex, or their mutual compatibility. Still strange that .aux file misses. Or should I configure something? _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond