]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-turn-page-breaking-badturns.ly
Merge with master
[lilypond.git] / input / regression / page-turn-page-breaking-badturns.ly
index cae98946a70c352f615057c3a5b51bf11c622cf5..df8386d1ccbf3cc6d1faf4b2bf0426f011a8fbde 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.10.0"
 
 \header{
     texidoc="If there are no good places to have a page turn,
@@ -7,15 +7,20 @@ should appear on 3 pages.
 "
 }
 
-\paper {
-  #(define page-breaking ly:page-turn-breaking)
-  paper-height = #70
-}
+\book {
+  \paper {
+    #(define page-breaking ly:page-turn-breaking)
+    paper-height = #65
+    print-page-number = ##t
+  }
 
-\relative c' {
-  a b c d a b c d \break
-  c d e f c d e f \break
-  d e f g d e f g
+  \score {
+    \relative c' {
+      a b c d a b c d \break
+      c d e f c d e f \break
+      d e f g d e f g
+    }
+  }
 }