I have a piece which Lilypond has typset on 26 systems. The systems are spread across four pages: 8+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 [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user