]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-breaking-page-count2.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-breaking-page-count2.ly
index 645243a0fec835713c857899b6dc57acdc1ea0f7..1fe2a9d2590e9c2ca5e161178e07c0e3391a0d0a 100644 (file)
@@ -1,8 +1,9 @@
-\version "2.11.34"
+\version "2.16.0"
 
 \header {
   texidoc = "The number of pages in a score can be forced by setting
-@code{page-count} in the (book-level) paper block."
+@code{page-count} in the (book-level) paper block. If there are too
+few systems for the number of pages, we append blank pages."
 }
 
 #(set-default-paper-size "a6")
@@ -10,4 +11,4 @@
 \book {
   \paper { page-count = 3}
   \score { {c'1 c'1} }
-}
\ No newline at end of file
+}