]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5126: Prevent Ghostscript's unwanted automatic page rotation
authorMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 27 Apr 2017 12:18:41 +0000 (21:18 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 5 May 2017 09:19:53 +0000 (18:19 +0900)
commit84675bc536af363543bdae1fa422903a977e1ec8
tree75cbad616b656d773c918e3c5ab1dead26072a0b
parent6f2916047111d80326f15e67ede30cddbbeedbb4
Issue 5126: Prevent Ghostscript's unwanted automatic page rotation

Ghostscript is "too clever" to rotate pages automatically
with "majority decision".
This behavior can cause unwanted page rotation.

This commit prevents such behavior
by adding option `-dAutoRotatePages=/None` to Ghostscript.
Documentation/pictures/GNUmakefile
make/lilypond-book-rules.make
scm/backend-library.scm
scm/ps-to-png.scm
scripts/auxiliar/make-regtest-pngs.sh
scripts/build/output-distance.py
stepmake/stepmake/tex-rules.make
stepmake/stepmake/texinfo-rules.make