Status: New
Owner: ----

New issue 1815 by [email protected]: lilypond-book fails on Windows
http://code.google.com/p/lilypond/issues/detail?id=1815

I'm using LilyPond 2.14.2 and Python 2.7.2 in Windows XP.

Attached is my lytex example file. If I execute the command

D:\LyXSVN>python "lilypond-book.py" --safe --pdf --latex-program=pdflatex --lily-output-dir=ly-pdf "lilypond-bug.lytex"

The file is started to be processed, but it finally fails with this error:

Missing set(['7a/lily-66ef7aa2.ly', '7a/lily-66ef7aa2-systems.count', '7a/lily-66ef7aa2.txt'])
Removing `lilypond-bug.tex'

And when I look, I can see that LilyPond-book created all these 3 files. The systems.count file only contains a "1", the txt file contains only "image of music" and I can successfully compile the ly-file. So I guess the bug is that LilyPond-book used slashes, but in Windows one must use backslashes:
'7a\lily-66ef7aa2.ly'
and not
'7a/lily-66ef7aa2.ly'

Attachments:
        lilypond-bug.lytex  1.4 KB


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

Reply via email to