If I use A5 papers #(set-default-paper-size "a5") it seems that psnup can not correctly handle 2.5.26 ps files:

psnup -2 -pa4 -Pa5 b.ps

will create pages that are not centered.
In the 2.4.x series it worked well.
I've attached a file.
Use

gs -sPAPERSIZE=a5 -f "nup.ps"

to see the original, and use

psnup -2 -pa4 -Pa5 nup.ps >nup-n.ps
gs -sPAPERSIZE=a4 -f "nup-n.ps"

to see the output.

Bert

Attachment: nup.ps
Description: PostScript document

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to