X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=d0f810fafbdf14370709f69911eb868770b85130;hb=84675bc536af363543bdae1fa422903a977e1ec8;hp=f20ca61b41a471c0b7646c9248915fdf1138670f;hpb=6f2916047111d80326f15e67ede30cddbbeedbb4;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index f20ca61b41..d0f810fafb 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -145,6 +145,7 @@ "-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))))