----- 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 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 situation, and returns "a4" if I remove the #(ly:set-option 'paper-size "letter") line from the file!

Confused,
Phil.



I'm even more confused???

If I have

\paper { #(set-paper-size "letter") }

and compile with -dpaper-size = "a4"

I get a letter format pdf and ly:get-option 'paper-size returns "a4" ???

Phil.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to