]> git.donarmstrong.com Git - lilypond.git/commitdiff
comment out \markup so
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 Mar 2006 13:40:21 +0000 (13:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 Mar 2006 13:40:21 +0000 (13:40 +0000)
tweak-file is left.

ChangeLog
input/regression/page-layout-twopass.ly

index 8ae8c90ffa3850f2283c4ab8b0d05eae579527fb..7a6372a96c891af04594324189dca269bbbb0a3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
 
+       * 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.
index 12ff2a8c8dd314d4543a0ce35f28e4acc637c4af..c825470d57d29fcb40bcb54d40e5f307d4f6b3b2 100644 (file)
@@ -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
   }
 }
+
+%}