MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-breaking-page-count2.ly
blob749f091ad3ca2119c48eb06111c6a17b2d227394
1 \version "2.12.0"
3 \header {
4 texidoc = "The number of pages in a score can be forced by setting
5 @code{page-count} in the (book-level) paper block. If there are too
6 few systems for the number of pages, we append blank pages."
9 #(set-default-paper-size "a6")
11 \book {
12 \paper { page-count = 3}
13 \score { {c'1 c'1} }