Kieren MacMillan <[EMAIL PROTECTED]> writes:
> Hi, Nicolas (et al.):
>
>> Unless your piece has a title: then there would be a page break
>> between the title and the first system.
>
> Yes... found that out as soon as I transfered the "fix" from my
> little sample to my real piece... =\
> Any workaround for that?
>
> Thanks,
> Kieren.
hm, I was thinking about something really hacky.
Do you use | bar checks in your piece?
\version "2.9.7"
\paper {
ragged-bottom = ##t
}
pipeSymbol = {
#(make-music 'BarCheck)
\overrideProperty #"Score.NonMusicalPaperColumn"
#'line-break-system-details
#'((next-padding . 1000))
}
\score {
\relative c'' { \repeat "unfold" 4 { c4 c c c | \break } }
\header { piece = "title" }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user