bug-lilypond
[Top][All Lists]
Advanced

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

Re: How to delete page numbers?


From: Paul Scott
Subject: Re: How to delete page numbers?
Date: Wed, 20 Apr 2005 08:37:02 -0700
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Mats Bengtsson wrote:

The basic idea is that \paper{...} should contain
settings that relate to the paper layout of the full
document. Similarly \layout{...} should contain settings
for score layout, which could be changed from score to
score within the same document. For example, leftmargin
is a typical paper variable whereas betweensystemspace
is a typical layout variable.

As far as I know, a \layout{...} block can be placed either
on the top level or within a \score{...}. In the former case,
it applies to all subsequent \score{...} blocks whereas it
only applies to the current score in the latter case.

As an exception, I think that if you only have one \layout{...}
section on the top level, then it applies to all \score sections,
not only to those that appear later in the file.

So, something like

\score {
  \STUFF
}%end score
\score {
\STUFF
\layout{betweensystemspace = 2.50\in}
}%end score
should probably work.

If that isn't in the manual it should be.

Paul Scott





reply via email to

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