Hello,

On 7 March 2012 10:26, Jean-Alexis Montignies <j...@montignies.info> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to