summaryrefslogtreecommitdiff
path: root/macros/generic/musixtex/source/readme
blob: d1baf7ea5763a7ad16c10803907e0d2f9b4ff306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#%% musixcrd - typsetting chord symbols with                   %%
#%%                   musixtex                                 %%
#%% readme                                                     %%
#%% $Id$       %%   
#%% copyright 2004 , Robert Hennig                             %%
#%% this code is licensed in terms of the                      %%
#%% GNU Public License                                         %%
#%%                                                            %%
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Chord setting for musixtex or pmx.

There exist two distributions, the sources and the compiled on.
The sources are only necessary for development. Normal usage
requires only the compiled version.


compiled distribution
---------------------
  The archive musixcrd.tgz contains the following files:

  o readme           this file
  o musixcrd.tex     tex macros
  o doc.pdf          documentation 

  Put the musixcrd.tex file or an link to it into your 
  musixtex/pmx working directory. For pmx use the lines

  ---
  \input musixtex                   % These commands are necessary
  \input pmx                        % because pmx.tex MUST be \input
  \input musixcrd
  ---

  as preamble in your pmx source file to include musixcrd.tex.
  Look at doc.ps for further instructions of how to use musixcrd.


source distribution
-------------------
  The archive musixcrdsrc.tgz contains the following files:

  o readme          this file
  o musixcrd.dtx    tex macros and documentation
  o makefile        makefile
  o musixcrd.sty    latex stylefile is a link to musixcrd.dtx
  o doc.tex         latex macros for documentation generation 
                    using musixcrd.dtx 
  o strip.tex       tex file for strip documentation from musixcrd.dtx

  Extract the file into an directory. Use make with the arguments
  doc, strip, srcdist and dist to generate the targets.