]> git.donarmstrong.com Git - lilypond.git/commit
Fix issue #1815: lilypond-book fails on Windows
authorJulien Rioux <jrioux@physics.utoronto.ca>
Fri, 9 Sep 2011 09:13:18 +0000 (05:13 -0400)
committerGraham Percival <graham@percival-music.ca>
Fri, 9 Sep 2011 17:33:01 +0000 (18:33 +0100)
commit12c4471b6b0343ee385a01ef6ba23d22a6feab2d
tree97b9b8cc5172c14f5accfb41fd340a6b6bd2746a
parentbf643d01ad9b911d590a456dace574685dd1664d
Fix issue #1815: lilypond-book fails on Windows

The path separator was hardcoded to the forward slash '/'.
Use os.path.join instead, fixing this in a portable way.
python/book_snippets.py