Le vendredi 17 février 2023 à 11:47 -0500, [email protected] a écrit : > After some more investigation, it seems that my problem is not with > Frescobaldi, but with Lilypond 2.24.1.
The way you start your message, it sounds like you have already told the list
about a problem, but I didn't receive anything?
> My composition includes this block:
>
> \paper {
> #(set-paper-size "letter" 'landscape)
> }
>
> The output is in landscape format, but it's displayed sideways. That is,
> the 8.5x11 page is displayed in portrait format, even though the music in
> it is in landscape. Apparently something is not being set properly in the
> PDF file to get it to rotate the page. It's always worked fine before, the
> output is landscape and is displayed properly.
>
> This sideways display appears both in Frescobaldi and in a separate PDF
> reader, so the problem must be in the PDF.
Are you sure that it worked differently before? For me,
```
\paper {
#(set-paper-size "letter" 'landscape)
}
{ c' }
```
gives the same output in 2.24 and 2.22.
There is a big difference with
```
\version "2.24.0"
\paper {
#(set-paper-size "letterlandscape")
}
{ c' }
```
signature.asc
Description: This is a digitally signed message part
