]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking-badturns.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-turn-page-breaking-badturns.ly
index def4fbfc7e7a796506e496e5ed2c41544667b705..47168fa145c2d720cd9d8ac656013cafdf9d1d18 100644 (file)
@@ -1,6 +1,8 @@
-\version "2.11.51"
+\version "2.16.0"
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "cannot fit the first page turn onto a single page.  Consider setting first-page-number to an even number."))
 
-\header{
+\header {
     texidoc="If there are no good places to have a page turn,
 the optimal-breaker will just have to recover gracefully. This
 should appear on 3 pages.
@@ -10,7 +12,7 @@ should appear on 3 pages.
 \book {
   \paper {
     #(define page-breaking ly:page-turn-breaking)
-    paper-height = #65
+    paper-height = #40
     print-page-number = ##t
   }