]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ps-to-png.scm
Issue 5126: Prevent Ghostscript's unwanted automatic page rotation
[lilypond.git] / scm / ps-to-png.scm
index f20ca61b41a471c0b7646c9248915fdf1138670f..d0f810fafbdf14370709f69911eb868770b85130 100644 (file)
                     "-dNOPAUSE"
                     "-dBATCH"
                     (ly:format "-sDEVICE=~a" pixmap-format)
+                    "-dAutoRotatePages=/None"
                     (string-append "-sOutputFile=" output-file)
                     (ly:format "-r~a" (* anti-alias-factor resolution))
                     (string-append "-f" tmp-name))))