Christian,
Okay mudela-book is badly broken for Windows. I have found the
following things:
o use of os.system("cd out;lilypond ...")
The cmd/command shell does not support ';' command delimiter. The
cmd/command shell interrupts it as literal 'cd out;lilypond ...'
o Improper use of os.sep. This is '/' on unix and '\' on
windows. The trick here is you must use UNC (//drive/dir1/dirn)
format for lilypond arguments and dos format everywhere else :(
Looks like mudela-book.py needs work for the windows platform.
Jeff
--
Jeffrey B. Reed
[EMAIL PROTECTED]