Command line -dpaper-size overrides ly:set-option 'paper-size

2014-04-09 Thread Phil Burfitt
If I have #(ly:set-option 'paper-size letter) in a .ly file and compile with command line option -dpaper-size = a4, the a4 setting overrides the letter setting and creates an a4 pdf! Should and why is that happening? Additionally, ly:get-option 'paper-size returns letter in the above

Re: Command line -dpaper-size overrides ly:set-option 'paper-size

2014-04-09 Thread Phil Burfitt
- Original Message - From: Phil Burfitt phil.burf...@talktalk.net To: lilypond-user@gnu.org Sent: Wednesday, April 09, 2014 5:35 PM Subject: Command line -dpaper-size overrides ly:set-option 'paper-size If I have #(ly:set-option 'paper-size letter) in a .ly file and compile