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
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
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
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
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
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
---
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
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
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)
>> }
>
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
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
-
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
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
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?
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
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
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 {
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")
>
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
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
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
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
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.
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
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
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
26 matches
Mail list logo