* Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> It will require some hacking to get page layout done correctly within
> a Texinfo book format.
I actually meant to put just the code, without the result. I think
that it should be enough for this section. OTOH a page showing
graphically all page lay
[EMAIL PROTECTED] writes:
> * Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> > they should be renamed to bottommargin.
> >
> > or you can do
> >
> > #(define bottom-margin (* 2 cm))
>
> thanks! should/can I change the names in the manual?
yes.
> (and maybe put > and example)
It will require
* Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> they should be renamed to bottommargin.
>
> or you can do
>
> #(define bottom-margin (* 2 cm))
thanks! should/can I change the names in the manual? (and maybe put
and example)
Pedro
___
lilypond-dev
[EMAIL PROTECTED] writes:
> * Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> > > How about making top-margin and bottom-margin available as a variable
> > > to be defined in "\paper" as well? It would also be terrific to have
> > > things like left-margin and right-margin.
>
> actually I just saw t
* Han-Wen Nienhuys ([EMAIL PROTECTED]) wrote:
> > How about making top-margin and bottom-margin available as a variable
> > to be defined in "\paper" as well? It would also be terrific to have
> > things like left-margin and right-margin.
actually I just saw that the manual for 2.3.7 says that top
[EMAIL PROTECTED] writes:
> Hi,
>
> I see that same values for page layout is defined in paper.scm, and a
> few of them is hard-codded in set-paper-dimensions:
>
> (define (set-paper-dimensions m w h)
> "M is a module (i.e. paper->scope_ )"
> (let* ((mm (eval 'mm m)))
> (module-define! m
Hi,
I see that same values for page layout is defined in paper.scm, and a
few of them is hard-codded in set-paper-dimensions:
(define (set-paper-dimensions m w h)
"M is a module (i.e. paper->scope_ )"
(let* ((mm (eval 'mm m)))
(module-define! m 'hsize w)
(module-define! m 'vsize h)