Godley / MuseParse

Repository for a python music parser. This works with MusicXML as the input format which forms a tree of objects in memory representing the piece. This can be optionally outputted to lilypond which produces a PDF, or perused for your own uses.
MIT License
7 stars 2 forks source link

renderer not putting pdf files in the right place #32

Closed Godley closed 9 years ago

Godley commented 9 years ago

Description of the problem: when running the lilypond renderer from MuseParse, the pdf process is being ran in the current working directory rather than the same directory as the original xml. Error produced: pdf file appears in python's currently working directory Steps to replicate it: use a file path with the backslashes instead of forward slashes OS: Windows 8.1 Lilypond version: 1.18