bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1815 in lilypond: lilypond-book fails on Windows


From: lilypond
Subject: Issue 1815 in lilypond: lilypond-book fails on Windows
Date: Sat, 13 Aug 2011 15:32:18 +0000

Status: New
Owner: ----

New issue 1815 by address@hidden: 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




reply via email to

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