diff options
Diffstat (limited to 'print/abc2mtex/files/patch-tex.c')
-rw-r--r-- | print/abc2mtex/files/patch-tex.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/abc2mtex/files/patch-tex.c b/print/abc2mtex/files/patch-tex.c new file mode 100644 index 000000000000..3eea188c5bcf --- /dev/null +++ b/print/abc2mtex/files/patch-tex.c @@ -0,0 +1,11 @@ +--- tex.c.orig Mon Jan 13 15:04:40 1997 ++++ tex.c Mon May 28 22:34:57 2001 +@@ -65,7 +65,7 @@ + } else (void) fprintf(Out,"\\def\\abcmusix{N}\n"); + if (settings.mine) + (void) fprintf(Out,"\\input dscgrphy\n"); +- (void) fprintf(Out,"\\input header\n%%\n"); ++ (void) fprintf(Out,"\\input %s\n%%\n", HEADER); + if (musix == 1) (void) fprintf(Out,"\\startmuflex%%\n"); + } + |