bug-lilypond
[Top][All Lists]
Advanced

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

\paper settings to remove excess white space no longer work


From: Ben Ide
Subject: \paper settings to remove excess white space no longer work
Date: Thu, 8 Dec 2022 18:48:08 -0500

% The following should produce output without extra white space as
described in the docs here:
https://lilypond.org/doc/v2.23/Documentation/usage/other-programs

% There is no extra white space around the snippet with 2.22, but it
produces a full page in 2.23.

\version "2.23.82"
\paper{
  indent=0\mm
  line-width=120\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  bookTitleMarkup=##f
  scoreTitleMarkup=##f
}
{ a b c' d' }



reply via email to

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