lilypond-user
[Top][All Lists]
Advanced

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

Re: how to force one system per page


From: Nicolas Sceaux
Subject: Re: how to force one system per page
Date: Sun, 11 Jun 2006 15:15:27 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Kieren MacMillan <address@hidden> 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" }
}




reply via email to

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