]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4374 / 4: Use mkstemp for intermediate ps files
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 May 2015 13:49:14 +0000 (22:49 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:32 +0000 (20:56 +0900)
commit67fc9ed5450a20215c4dbefa86f6f8b388bbdb92
tree929131c44d0a4e3a95745bf50c91407bfbe36116
parent042f66eec99633a5d1d60e8fc2daa15cc433666a
Issue 4374 / 4: Use mkstemp for intermediate ps files

When backend is `ps' (default),
intermediate ps files are created by mkstemp.

The following issues are fixed.

Filename issue (to compile lines.ly, gs_init.ly etc.)
Intermediate file issue (to overwrite and delete .ps file)
scm/backend-library.scm
scm/framework-eps.scm
scm/framework-ps.scm
scm/ps-to-png.scm