Status: Accepted
Owner: ----
Labels: Type-Scripts
New issue 2623 by [email protected]: Lilypond-book fails due to
include_path.insert call in lilypond-book.py
http://code.google.com/p/lilypond/issues/detail?id=2623
Reported by Trevor Daniels here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00164.html
From the original post:
-------------------------
Lilypond-book (2.15.39 and .40) fails under Windows while processing the
snippet list. LilyPond appears to be called with parameters it fails to
recognise. The error was introduced with commit
38e1cad48d14f0b0f9286b4bb8891051a5f82d1e, 17 May 2012,
which added the following line to lilypond-book.py:
666 global_options.include_path.insert (0, ".%s" % os.path.sep)
Deleting this line fixes the error. I don't know what the change was
supposed
to achieve, so I can't correct it. Julien, can you please advise.
---------------------