From: Han-Wen Nienhuys Date: Sat, 6 Jan 2007 18:57:42 +0000 (+0100) Subject: display 2pass info on stderr. X-Git-Tag: release/2.11.10-1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4bcac750dbec98c6b3d9cad86f06526800015093;p=lilypond.git display 2pass info on stderr. --- diff --git a/input/regression/page-layout-twopass.ly b/input/regression/page-layout-twopass.ly index cf0337ef29..a046efce87 100644 --- a/input/regression/page-layout-twopass.ly +++ b/input/regression/page-layout-twopass.ly @@ -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))