lilypond-user
[Top][All Lists]
Advanced

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

Re: page layout


From: Mats Bengtsson
Subject: Re: page layout
Date: Sat, 19 Oct 2002 14:49:25 +0200

You can set the vertical space used for the music with
\paper{
  textheight = 285.\mm
}

or whatever height you want.

  /Mats

> I have a piece which Lilypond has typset on 26 systems.  The systems are
> spread across four pages: 7+8+8+2.  There is ample room on the pages for
> these systems to be divided across three pages: 8+9+9.  The input (minus
> notes) looks like this:
> 
> \include "paper20.ly"
> \score{
>       \notes \relative c{
>       \clef F
>       \key bes \major
>       \time 2/4
>       \property Score.BarNumber \override #'break-visibility = 
>               #end-of-line-invisible
>       \property Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
>       \property Score.BarNumber \override #'molecule-callback =
>               #(make-molecule-boxer 0.1 0.25 0.25 Text_item::brew_molecule)
>       \property Score.BarNumber \override #'font-relative-size = #0
>       \property Score.skipBars = ##t
>       \property Voice.subdivideBeams = ##t
>       \property Staff.minimumVerticalExtent = #'(-4 . 4)
> 
> 
> bunch of notes        }
> }
> \paper{
>       papersize = "a4"
>       interscoreline = 0.0
>       interscorelinefill = 1.0
> }
> 
> How can I get these systems spread 8+9+9 and spaced evenly across the three
> pages?  I'll supply the notes if that is necessary.
> 
> David Bobroff
> Lilypond 1.6.4 (Cygwin)
> 
> 
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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