Re: a2 paper

2006-12-04 Thread Graham Percival
James Bailey wrote: I was wondering if you ever got this to work and what OS you're using. I've been able to successfully edit paper.scm and got it to work on Windows, unfortunately, my primary platform is Mac OSX, and I can't get it to work there. Please keep lilypond emails on the mailist.

Re: a2 paper

2006-12-04 Thread James E. Bailey
I edit the file successfully. The same file that works on windows, on macintosh generates a PDF that's rotated landscape. I am editing the paper.scm inside the lilypond app. Here's what happens. I compile the file in lilypond, and the pdf that is generated is my new paper size, but the paper

a2 paper

2006-12-02 Thread Orm Finnendahl
Hi, it seems, lilypond can't deal with a paper size of a2. It reports an error if trying teh following: #(set-default-paper-size a2) \paper { #(set-paper-size a2) left-margin = 2 \cm right-margin = 1 \cm indent = 0 \cm } If the paper size is set to a3 lilypond outputs

Re: a2 paper

2006-12-02 Thread Graham Percival
Orm Finnendahl wrote: it seems, lilypond can't deal with a paper size of a2. It reports an error if trying teh following: #(set-default-paper-size a2) That is correct, lilypond does not support a2. If you would like to add this, see scm/paper.scm . Patches appreciated. Cheers, -