lilypond-user
[Top][All Lists]
Advanced

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

Re: How to "troubleshoot" page layout


From: Mats Bengtsson
Subject: Re: How to "troubleshoot" page layout
Date: Mon, 10 Feb 2003 14:04:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

I usually try the following things:

- Increase the printing area on the paper:
\score {
  ...
  \paper{
    textheight=28.0\cm
    ...
  }
}

- Decrease the space between the score lines:
\score {
  ...
  \paper{
    interscoreline = 1.0\mm  % Default: 4.0\mm

    ...
  }
}

- If you decrease interscoreline, I also recommend to set
  interscorelinefill = 1
  which will cause the score lines to be evenly spaced on
  the available vertical space. Then you could even set
  interscoreline=0

   /Mats

Daniel Ashton wrote:

Greetings,

I've just typeset 8 brass parts, and each part has one or two staves on page 2. Do you have a checklist of things to adjust, little by little, to bring all the music onto one page?

Thanks,

Daniel



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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