]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-twopass.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / page-layout-twopass.ly
index f0f094dff8aba030e0240b31e991fa1c39806611..cf0337ef29339925b109dffaa6ae4b1f64311ef1 100644 (file)
@@ -3,6 +3,7 @@
   texidoc = "Page breaking details can be stored for later reference." 
 }
 
+\version "2.10.0"
 
 \paper  {
   #(define write-page-layout #t)
@@ -26,5 +27,20 @@ bla = \new Staff {
 tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
 
 #(newline)
-#(ly:progress "Including file: ~a" tweakFileName)
-\include \tweakFileName
+
+%% unfortunately: the following doesn't show up in lp-book output
+
+%% if the following is there, the tweak file will be overwritten.
+
+%{
+
+#(ly:progress "Including file: '~a'" tweakFileName)
+
+\markup {
+  \column {
+    \line { contents of \typewriter tweakFileName: }
+    \smaller \verbatim-file #tweakFileName
+  }
+}
+
+%}