]> git.donarmstrong.com Git - lilypond.git/commit
Fix #672
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 9 Sep 2008 08:36:41 +0000 (10:36 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 9 Sep 2008 08:36:41 +0000 (10:36 +0200)
commit457115a261254e366c50adf67c63d560ca163f08
tree3c50e8f85c236c8b306eb191b787fa3d3daf67ee
parentad1c5bb66aa178f66f0f0f1482a7625f35dd361c
Fix #672

Reported by Renaud Flavigny.

The output directory name sometimes contain spaces or other characters
that should be escaped, but lilypond-book does not escape characters
neither quote the snippets file name, which makes lilypond crash.

The bug can be reproduced by writing an input file test.tex in a
directory path that contains spaces and running "lilypond-book
--output=out test.tex".
scripts/lilypond-book.py