lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove page number


From: Pedro Kroger
Subject: Re: Remove page number
Date: Sat, 24 Jul 2004 18:28:52 -0300
User-agent: Mutt/1.5.6+20040523i

* Jefferson dos Santos Felix (address@hidden) wrote:
> 2 - How do I change margins?

You can use things like:

topmargin
 Margin between header and top of the page
bottommargin
 Margin between footer and bottom of the page
headsep
 Distance between top-most music system and the page header
footsep
 Distance between bottom-most music system and the page footer
raggedbottom
 If set to true, systems will not be spread across the page.  
raggedlastbottom
 If set to true, systems will not be spread to fill the last page.

ex:

\bookpaper{
        hsize = 2\cm
        topmargin = 3\cm
        bottommargin = 3\cm
        raggedlastbottom = ##t
}

I'm trying to implement left-margin, the only thing really missing.

Pedro




reply via email to

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