bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Malte Meyn
Subject: set-paper-size does not work correctly in \bookpart
Date: Mon, 7 Mar 2022 20:16:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1

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.

Cheers,
Malte



reply via email to

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