> %%%%%%% start of aaa-lilybook.lytex > > \documentclass[a4paper]{article} > > \begin{document} > > \begin{lilypond} > \markup { > %foo bar buzz > いろはにほへど ちりぬるを > } > > \end{lilypond} > > \end{document} > > %%%%%%% end of aaa-lilybook.lytex > > always fails with: > > $ lilypond-book --output=out --pdf aaa-lilybook.lytex > lilypond-book (GNU LilyPond) 2.19.43 > Reading aaa-lilybook.lytex... > Running `pdflatex' on file `/tmp/tmpP_qJ7Q.tex' to detect default page > settings. > > Dissecting... > Writing snippets... > Processing... > Running lilypond... > GNU LilyPond 2.19.43 > Processing `./snippet-map--2641629851966957681.ly' > Parsing... > Processing `./55/lily-88e32432.ly' > Parsing... > Layout output to `./55/lily-88e32432.eps'... > Converting to `./55/lily-88e32432.pdf'... > warning: `(gs -q -dNOSAFER -dEPSCrop -dCompatibilityLevel=1.4 > -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite > -sOutputFile=./55/lily-88e32432.pdf -c.setpdfwrite > -f./55/lily-88e32432.eps)' failed (256) > > fatal error: failed files: "55/lily-88e32432.ly" > command failed: /home/hermann/lilypond-git/build/out/bin/lilypond > --formats=ps -dbackend=eps -I "./" -I "../" --formats=eps --pdf > -dinclude-eps-fonts -dgs-load-fonts -deps-box-padding=3.000000 > -dread-file-list -dno-strip-output-dir > "/home/hermann/lilypondH/Test/forum/aaa-doc-test/out/snippet-names--2641629851966957681.ly" > Child returned 1
Would you try the following command and show us the result? $ lilypond-book --output=out --verbose --pdf aaa-lilybook.lytex `--verbose' is added. Then, would you show us the generated eps file? Its filename is shown like `./55/lily-88e32432.eps'. > But in a .ly-file > > \markup { > %foo bar buzz > いろはにほへど ちりぬるを > } > > always returns a correct pdf. I'd like to compare. So would you try the following command and show us the result? $ lilypond --verbose --ps --pdf filename.ly Then, would you show us the generated filename.ps? _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel