]> git.donarmstrong.com Git - lilypond.git/commitdiff
display 2pass info on stderr.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 18:57:42 +0000 (19:57 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 18:57:42 +0000 (19:57 +0100)
input/regression/page-layout-twopass.ly

index cf0337ef29339925b109dffaa6ae4b1f64311ef1..a046efce871f4aed8bf310ebdd247a78ac63bd39 100644 (file)
@@ -15,6 +15,7 @@ bla = \new Staff {
   \repeat unfold 5 \relative { c1 c1 c1 }
 }
 
+
 \book {
   \score {
     \bla
@@ -28,19 +29,4 @@ tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser))
 
 #(newline)
 
-%% 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
-  }
-}
-
-%}
+#(ly:progress "Contents of: '~a'" (ly:gulp-file tweakFileName))