]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/make-regtest-pngs.sh
Issue 5126: Prevent Ghostscript's unwanted automatic page rotation
[lilypond.git] / scripts / auxiliar / make-regtest-pngs.sh
index 01610e8ac34d5376155b49abeeeb8735969195d9..d5ee847bc624968edc770e0079b8e632a405ec21 100755 (executable)
@@ -70,6 +70,7 @@ while getopts "j:oncr:gpd:" opts; do
            {
                $1 gs -sDEVICE=${gsdevice:-pngmono} -q -dNOPAUSE \
                    -r${resolution:-300} -dNOPLATFONTS \
+                   -dAutoRotatePages=/None \
                    -dTextAlphaBits=1 -dGraphicsAlphaBits=1 \
                    -sOutputFile="${2%.pdf}-%d.png" "$2" -c quit
            };;