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
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
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