From: Han-Wen Nienhuys Date: Tue, 21 Mar 2006 13:40:21 +0000 (+0000) Subject: comment out \markup so X-Git-Tag: release/2.8.0~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea3128d8a7a109bcaf8af88fe1960c12cb2f0d16;p=lilypond.git comment out \markup so tweak-file is left. --- diff --git a/ChangeLog b/ChangeLog index 8ae8c90ffa..7a6372a96c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-21 Han-Wen Nienhuys + * input/regression/page-layout-twopass.ly: comment out \markup so + tweak-file is left. + * lily/instrument-name-engraver.cc (finalize): add to instrument name global System. This also fixes chopped instrument names, but doesn't crash when there are slurs/beams. diff --git a/input/regression/page-layout-twopass.ly b/input/regression/page-layout-twopass.ly index 12ff2a8c8d..c825470d57 100644 --- a/input/regression/page-layout-twopass.ly +++ b/input/regression/page-layout-twopass.ly @@ -27,13 +27,20 @@ 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 { \line { contents of \typewriter tweakFileName: } \smaller \verbatim-file #tweakFileName } } + +%}