]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-twopass.ly
Merge with master
[lilypond.git] / input / regression / page-layout-twopass.ly
index a8a662934916128727eaa28d0bd6eaa05fbd08f1..a046efce871f4aed8bf310ebdd247a78ac63bd39 100644 (file)
@@ -3,7 +3,7 @@
   texidoc = "Page breaking details can be stored for later reference." 
 }
 
-\version "2.7.29"
+\version "2.10.0"
 
 \paper  {
   #(define write-page-layout #t)
@@ -15,6 +15,7 @@ bla = \new Staff {
   \repeat unfold 5 \relative { c1 c1 c1 }
 }
 
+
 \book {
   \score {
     \bla
@@ -27,12 +28,5 @@ bla = \new Staff {
 tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
 
 #(newline)
-#(ly:progress "Including file: '~a'" tweakFileName)
-
 
-\markup {
-  \column {
-    \line { contents of \typewriter tweakFileName: }
-    \smaller \verbatim-file #tweakFileName
-  }
-}
+#(ly:progress "Contents of: '~a'" (ly:gulp-file tweakFileName))