lilypond-user
[Top][All Lists]
Advanced

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

Re: difficulty filling the whole page


From: James
Subject: Re: difficulty filling the whole page
Date: Wed, 7 Mar 2012 11:04:17 +0000

Hello,

On 7 March 2012 10:26, Jean-Alexis Montignies <address@hidden> wrote:
> Hi there,
>
> I've written a score and after playing with spacing, and margins I made it a 
> one page score.
> But at the end of the page, there is about 20 mm left. If I increase the top 
> margin to 1mm (it's 0 for now as is bottom margin), lilypond add a second 
> page, though obviously from the human perspective there is still plenty of 
> room :)
>
> Any clue?
>

I'd suggest generally that you get into the habit of setting some
\paper { } variables for all your scores.

For example I always use (among other specific settings)

 \paper {

  indent = 10\mm
  left-margin = 15\mm
  right-margin = 15\mm
  bottom-margin = 15\mm
  top-margin = 10\mm
  line-length = 180\mm
  ragged-last-bottom = ##f

}

which suits my needs for A4 paper.

So you could then play about with ragged-last-bottom and bottom-margin.

Hope this helps.

James



-- 
--

James



reply via email to

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