Re: Landscape printing

2024-04-07 Thread David Wright
On Sun 07 Apr 2024 at 22:09:05 (+0100), Wol wrote: > On 07/04/2024 21:15, David Wright wrote: > > \version "2.24.0" % 2017-06-14 > > %% Seehttp://lists.gnu.org/archive/html/lilypond-devel/2017-05/msg00017.html > > %% The paper itself is rotated to landscape. > > \paper { > >#(set-paper-size "le

Landscape printing

2024-04-07 Thread timslattery
On 7 Apr 2024 at 20:30, Wol wrote: > I'm having fun trying to get things to print landscape. Okay, I'm doing > "monkey see monkey do" programming, but I have two apparently almost > identical files, one of which prints landscape, the other portrait. The syntax for specifying landscape output ws c

Re: Landscape printing

2024-04-07 Thread Wol
On 07/04/2024 21:15, David Wright wrote: \version "2.24.0" % 2017-06-14 %% Seehttp://lists.gnu.org/archive/html/lilypond-devel/2017-05/msg00017.html %% The paper itself is rotated to landscape. \paper { #(set-paper-size "letterlandscape") } Cheers, David. So I guess what SHOULD work is \pa

Re: Landscape printing

2024-04-07 Thread David Wright
On Sun 07 Apr 2024 at 20:30:53 (+0100), Wol wrote: > I'm having fun trying to get things to print landscape. Okay, I'm > doing "monkey see monkey do" programming, but I have two apparently > almost identical files, one of which prints landscape, the other > portrait. I use the following files, nam

Landscape printing

2024-04-07 Thread Wol
I'm having fun trying to get things to print landscape. Okay, I'm doing "monkey see monkey do" programming, but I have two apparently almost identical files, one of which prints landscape, the other portrait. Even worse, putting the stuff in the paper block seems to be completely ignored. Okay

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
Urs, I've just updated Fresco to 2.20, and there seems to be an extra check box in the printer dialogue - portrait or landscape (or I missed it before). Set it to "landscape" and it prints fine. Thanks for the idea. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com ---

Re: Fresobaldi landscape printing

2019-07-25 Thread Urs Liska
What versions of Frescobaldi and LilyPond do you use? I'm asking because there have been changes in how Frescobaldi generates the command to invoke LilyPond (actually because of another, more annoying issue with a Ghostscript version mismatch). You are using a downloaded LilyPond I assume? What

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
David, Hmmm. Ghostscript doesn't seem to have an "upgrade" path, just a "download". Which I did and installed 9.27. But Fresco is still picking up 9.20. Any idea how to get Fresco to change its allegiance? It might be that my 9.20 seems to be the 32-bit version, and I downloaded the 64-bit ver

Re: Fresobaldi landscape printing

2019-07-25 Thread Peter Toye
David, Nope. That didn't work! Now updating GhostScript. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 8:18:27 PM, David Kastrup wrote: > Peter Toye writes: >> David, >> \paper { >> #(set-paper-size "a4" 'landscape) >> } >

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > David, > > \paper { > #(set-paper-size "a4" 'landscape) > } Wait. Maybe try \paper { #(set-paper-size "a4landscape") } instead. Could be that the PDF conversion isn't happy about true rotation. -- David Kastrup ___ lilyp

Re: Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
entioned as "Creator" in your PDF file metadata. ===8<===End of original message text===Title: Re: Fresobaldi landscape printing David, Thanks. It's GPL Ghostscript 9.20 Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com -

Re: Fresobaldi landscape printing

2019-07-24 Thread Ben
On 7/24/2019 12:01 PM, Peter Toye wrote: Fresobaldi landscape printing I have a score with the paper set to A4 landscape. But when I print it directly from Frescobaldi it's printed in portrait format, and the edges (with quite a lot of music) disappear. Is there any way of getting Fres

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > David, > > \paper { > #(set-paper-size "a4" 'landscape) > } That should, depending on Ghostscript and LilyPond version, suffice for printing in actual (rotated) landscape orientation. -- David Kastrup ___ lilypond-user mailing

Re: Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
David, \paper { #(set-paper-size "a4" 'landscape) } Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Wednesday, July 24, 2019, 5:03:54 PM, David Kastrup wrote: > Peter Toye writes: >> I have a score with the paper set to A4 landscape. > How so?

Re: Fresobaldi landscape printing

2019-07-24 Thread David Kastrup
Peter Toye writes: > I have a score with the paper set to A4 landscape. How so? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Fresobaldi landscape printing

2019-07-24 Thread Peter Toye
I have a score with the paper set to A4 landscape. But when I print it directly from Frescobaldi it's printed in portrait format, and the edges (with quite a lot of music) disappear. Is there any way of getting Fresco to print in landscape format? The workaround is to load the PDF file into a P

Re: landscape printing and viewing

2018-09-10 Thread David Wright
On Mon 10 Sep 2018 at 00:55:36 (+0200), Simon Albrecht wrote: > On 09.09.2018 23:13, David Kastrup wrote: > > Kieren MacMillan writes: > > > Hi Martin, > > > > \paper { > > > > #(set-paper-size "a4" 'landscape) > > > > } > > > If I’m not mistaken, the correct incantation is > > > > > > \paper {

Re: landscape printing and viewing

2018-09-10 Thread Wols Lists
On 09/09/18 23:55, Simon Albrecht wrote: > On 09.09.2018 23:13, David Kastrup wrote: >> Kieren MacMillan writes: >>> Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } >>> If I’m not mistaken, the correct incantation is >>> >>> \paper { >>> #(set-paper-size "a4landscape") >

Re: landscape printing and viewing

2018-09-09 Thread Simon Albrecht
On 09.09.2018 23:13, David Kastrup wrote: Kieren MacMillan writes: Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } If I’m not mistaken, the correct incantation is \paper { #(set-paper-size "a4landscape") } That sets_only_ the papersize, not the orientation. For the screen it m

Re: landscape printing and viewing

2018-09-09 Thread Martin Tarenskeen
On Sun, 9 Sep 2018, Kieren MacMillan wrote: Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } If I’m not mistaken, the correct incantation is \paper { #(set-paper-size "a4landscape") } Hope that helps! Thanks :-) MT ___ lilypond-user

Re: landscape printing and viewing

2018-09-09 Thread Martin Tarenskeen
On Sun, 9 Sep 2018, David Kastrup wrote: Kieren MacMillan writes: Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } If I’m not mistaken, the correct incantation is \paper { #(set-paper-size "a4landscape") } That sets _only_ the papersize, not the orientation. For the screen

Re: landscape printing and viewing

2018-09-09 Thread Urs Liska
Am 09.09.2018 um 19:42 schrieb Kieren MacMillan: Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } If I’m not mistaken, the correct incantation is \paper { #(set-paper-size "a4landscape") } This has changed in 2.19.60, see https://github.com/wbsoft/frescobaldi/issues/768 (for s

Re: landscape printing and viewing

2018-09-09 Thread David Kastrup
Kieren MacMillan writes: > Hi Martin, > >> \paper { >> #(set-paper-size "a4" 'landscape) >> } > > If I’m not mistaken, the correct incantation is > > \paper { > #(set-paper-size "a4landscape") > } That sets _only_ the papersize, not the orientation. For the screen it might be what you want.

Re: landscape printing and viewing

2018-09-09 Thread David Wright
On Sun 09 Sep 2018 at 19:17:54 (+0200), Martin Tarenskeen wrote: > I used someting like > > \paper { > #(set-paper-size "a4" 'landscape) > } > > My score is turned 90 degrees and formatted for landscape printing. > This is ok for printing but my view

Re: landscape printing and viewing

2018-09-09 Thread Kieren MacMillan
Hi Martin, > \paper { > #(set-paper-size "a4" 'landscape) > } If I’m not mistaken, the correct incantation is \paper { #(set-paper-size "a4landscape") } Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kier

landscape printing and viewing

2018-09-09 Thread Martin Tarenskeen
Hi, I used someting like \paper { #(set-paper-size "a4" 'landscape) } My score is turned 90 degrees and formatted for landscape printing. This is ok for printing but my viewer (Evince) doesn't turn the page for viewing on my laptop's screen . I have a nice