From 28947d029dfc9593115d85245858c90c12aa9d40 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 21 Mar 2006 13:40:21 +0000 Subject: [PATCH] comment out \markup so tweak-file is left. --- ChangeLog | 3 +++ input/regression/page-layout-twopass.ly | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 } } + +%} -- 2.39.5