Graham -
Section "7.5.11 Page layout" lists settings for the \paper block, but
doesn't indicate just how to use the \paper block: where in the structure to
put it and where it applies. I don't find anything similar for the \layout
block.
In version 2.0, \paper settings within \score could be changed within and
for an associated \score. For example, I normally want to repeat a score in
a different clef or key, needing different vertical spacing to fit the page
nicely. Now, in version 2.4.3, I can't find a combination of \score,
\layout, and \paper blocks that don't use, globally, one setting for each
parameter.
At least one minimally complex example in the documentation would be useful.
Here's code I've been playing with, unsuccessfully.
- Bruce
====================================================
\version "2.4.3"
#(set-default-paper-size "letter")
STUFF = {
\relative c'' {
c1 c c c \break c c c c \break c c c c \break c c c c \break
c1 c c c \break c c c c \break c c c c \break c c c c \break
c1 c c c \break c c c c \break c c c c \break c c c c \break
c1 c c c \break c c c c \break c c c c \break c c c c
\pageBreak
}%end relative
}%end STUFF
\paper {
printpagenumber = ##f
leftmargin = 0.50\in
linewidth = 7.50\in
indent = 0.00\in
topmargin = 0.50\in
bottommargin = 0.50\in
}%end paper
\score {
\STUFF
}%end score
\paper {
betweensystemspace = 2.50\in
}%end paper
\score {
\STUFF
}%end score
====================================================
-----Original Message-----
From: Graham Percival [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 16, 2005 6:11 PM
To: Fairchild
Cc: [email protected]; 'Mats Bengtsson'
Subject: Re: How to delete page numbers?
On 16-Apr-05, at 9:47 AM, Fairchild wrote:
> In self defense, I claim the \paper \layout saga is pretty cryptic:
> when to
> use which, where, and how.
How would you modify the docs to clarify this?
Cheers,
- Graham Percival, Lilypond Documentation Editor
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond