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: Kieren MacMillan
Subject: Re: how to force one system per page
Date: Sat, 10 Jun 2006 22:32:38 -0400

Hi, Joe:

To get what you want, set next-system-padding (in the paper block) to something ridiculously big.

So this should give four pages, right?

%%%  CODE SNIPPET BEGINS
\version "2.9.8"
\paper { next-system-padding = 1000\in }
\relative c'' { \repeat "unfold" 4 { c4 c c c \break } }
%%%  CODE SNIPPET ENDS

It doesn't seem to work for me -- what am I missing?

Thanks,
Kieren.




reply via email to

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