]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-twopass.ly
Use paper_column::rank as array index.
[lilypond.git] / input / regression / page-layout-twopass.ly
index a8a662934916128727eaa28d0bd6eaa05fbd08f1..cf0337ef29339925b109dffaa6ae4b1f64311ef1 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)
@@ -27,8 +27,14 @@ bla = \new Staff {
 tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
 
 #(newline)
-#(ly:progress "Including file: '~a'" 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 {
@@ -36,3 +42,5 @@ tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
     \smaller \verbatim-file #tweakFileName
   }
 }
+
+%}