> On 7 Jan 2025, at 10:46, Thomas Scharkowski <t.scharkow...@t-online.de> wrote:
> 
> Should be easy, but I could not find out how to get Frescobaldi’s Music View 
> in landscape.
> 
> Any help appreciated,
> 
> Thomas

Goes automatic to landscape view when you configure lilypond to output on a 
landscape paperformat as in

%%% 
\version "2.24.4"

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

{ 1 }

%%%

My gut feel would be that you’ve tried

%%% 
\version "2.24.4"

\paper {
  #(set-paper-size “a4” 'landscape)
}

{ 1 }

%%%

which in printed form would yield the same result to the occasional viewer: 
“music in printed in landscape” but in Frescobaldi’s music view is properly 
represented to what it is: 90 degree rotated music on a portrait page

kind regards,
Hans


Reply via email to