Hi, Nicolas:
hm, I was thinking about something really hacky.
That *is* pretty hacky... ;-)
However, it did give me the hint I needed to solve the problem
perfectly -- see attached.
Many thanks!
Kieren.
___________________________________
%%% CODE SNIPPET BEGINS
\version "2.9.8"
\paper
{
ragged-bottom = ##t
printallheaders = ##t
}
systemIsolator = \override Score.NonMusicalPaperColumn #'line-break-
system-details = #'((next-padding . 1000))
theNotes = \relative c'
{
c c c c \systemIsolator \break
c c c c \break
c c c c \break
}
\score
{
<< \theNotes >>
\header
{
title = "Most Excellent One-System-Per-Page Masterpiece"
}
}
%%% CODE SNIPPET ENDS
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user