blob: 21ff28fafbbe8bf1bb473a326289023c35788b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% musixcrd - typsetting chord symbols with %%
%% musixtex %%
%% docstrip batchfile %%
%% $Id$ %%
%% copyright 2004 , Robert Hennig %%
%% this code is licensed in terms of the %%
%% GNU Public License %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\batchfile{strip.tex}
\input docstrip
\askforoverwritefalse
\generate{\file{musixcrd.tex}{\from{musixcrd.dtx}{}}}
\endbatchfile
%%% Local Variables:
%%% mode: plain-tex
%%% TeX-master: t
%%% End:
|