summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-src/preamble.pas
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-08 16:06:43 +0000
committerKarl Berry <karl@freefriends.org>2018-05-08 16:06:43 +0000
commit23b0bd5fbc5ace203cbb19e5961484354a5b5512 (patch)
treea9ff8742ab8eb49ad753fc51ee0955068d4d70da /Build/source/utils/m-tx/mtx-src/preamble.pas
parent28900bc247047361c2f1b47ca21af9a0a48d1dc7 (diff)
branch2018 patches for rebuild, http://tug.org/pipermail/tlbuild/2018q2/004222.html
git-svn-id: svn://tug.org/texlive/branches/branch2018@47642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx/mtx-src/preamble.pas')
-rw-r--r--Build/source/utils/m-tx/mtx-src/preamble.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/m-tx/mtx-src/preamble.pas b/Build/source/utils/m-tx/mtx-src/preamble.pas
index 7898864bd26..c27b9f7054f 100644
--- a/Build/source/utils/m-tx/mtx-src/preamble.pas
+++ b/Build/source/utils/m-tx/mtx-src/preamble.pas
@@ -501,7 +501,8 @@ begin
for i:=1 to maxvoices do setVocal(i,false);
for i:=1 to maxstaves do stave_size[i]:=unspec;
for i:=0 to maxstaves do nspace[i]:=unspec;
- begin nspace[i]:=unspec; stave_size[i]:=unspec; end;
+ { next line seems to be spurious. 0.63a RDT }
+ { begin nspace[i]:=unspec; stave_size[i]:=unspec; end; }
n_pages:=1; n_systems:=1;
readStyles; old_known_styles := known_styles;
for i:=1 to lines_in_paragraph do omit_line[i]:=false;