X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=d0f810fafbdf14370709f69911eb868770b85130;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=f20ca61b41a471c0b7646c9248915fdf1138670f;hpb=2fe27fd7d3cf488ba62de66a02a285accdfa8da1;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))))