bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set-paper-size does not work correctly in \bookpart


From: Jean Abou Samra
Subject: Re: set-paper-size does not work correctly in \bookpart
Date: Tue, 22 Mar 2022 14:45:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0



Le 07/03/2022 à 20:16, Malte Meyn a écrit :
Hi list,

set-paper-size does not work correctly when used in a bookpart:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%m

\version "2.22.1"

\bookpart {
  \paper {
    annotate-spacing = ##t
    #(set-paper-size "a5landscape")
  }
  { R1 }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%m

The code above gives
• A4 portrait paper
• A4 landscape printable area (This effect can be seen better with "a4landscape".)
• A5 landscape margins

Manually setting paper-height and paper-width doesn’t work either.


That's not really a bug, since there is no support for setting the paper size per bookpart. It could be a feature request, but what is the use case?

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]