4 texidoc
= "The number of pages in a score can be forced by setting
5 @code{page-count} in the (book-level) paper block. Even if there are
6 too many systems for that number of pages, we will squeeze them in."
9 #(set-default-paper-size
"a6")
12 \paper { page-count
= 1}
13 \score { { \repeat unfold
10 {c'1 \break} } }