X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-layout-twopass.ly;h=cf0337ef29339925b109dffaa6ae4b1f64311ef1;hb=99cf5bbced0d84b453cbbfdfff81468dd319b9a9;hp=a8a662934916128727eaa28d0bd6eaa05fbd08f1;hpb=d9fd890ef4a7d067dc8b39fcb7da3e27f948dd83;p=lilypond.git diff --git a/input/regression/page-layout-twopass.ly b/input/regression/page-layout-twopass.ly index a8a6629349..cf0337ef29 100644 --- a/input/regression/page-layout-twopass.ly +++ b/input/regression/page-layout-twopass.ly @@ -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 } } + +%}