Re: Fix png filename handling (issue 241760043 by truer...@gmail.com)

2015-05-31 Thread trueroad
I've pushed Issue 4417 / 3: Fix png filename handling authorMasamichi Hosoda Sun, 24 May 2015 14:20:30 + (23:20 +0900) committer Masamichi Hosoda Sun, 31 May 2015 13:27:28 + (22:27 +0900) commit6a59207988b737482012aee97c6d3d5c1458a750 Issue 4417 / 2: Use ly

Re: Fix png filename handling (issue 241760043 by truer...@gmail.com)

2015-05-31 Thread pkx166h
Patch counted down - please push https://codereview.appspot.com/241760043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Fix png filename handling (issue 241760043 by truer...@gmail.com)

2015-05-24 Thread trueroad
Reviewers: , Message: I've found that LilyPond fail to compile the source file whose name contains `%' to png files. For example, the following command fails. $ lilypond --png %foobar.ly This patch solve it. Description: Fix png filename handling This patch can compile the source file