lilypond-0.1.10
[lilypond.git] / Documentation / mi2mu.pod
blob6ee3e13a165449d47b2adcd2cc3ba9ffeb966077
1 =head1 NAME
3 mi2mu - convert MIDI to mudela(5)
5 =head1 SYNOPSIS
7         mi2mu [options] midi-file
9 =head1 DESCRIPTION
11 Mi2mu translates a MIDI input file to Mudela (GNU LilyPond source
12 format).  Mi2mu is part of the GNU LilyPond music typesetting package.
14 =head1 OPTIONS
16 =over 4
18 =item B<-b, --no-quantify>,
20 Write exact durations, e.g.: `a4*385/384'.
22 =item B<-d, --debug>,
24 Print lots of debugging stuff.
26 =item B<-h, --help>,
28 Show a summary of usage.
30 =item B<-I, --include>=F<DIR>,
32 Add DIR to search path.
34 =item B<-k, --key>=ACC[:MINOR],
36 Set default key.  ACC > 0 sets number of sharps; ACC < 0 sets number 
37 of flats.  A minor key is indicated by ":1".
39 =item B<-n, --no-silly>,
41 Assume no plets or double dots, assume smallest (reciprocal) duration 16.
43 =item B<-o, --output>=F<FILE>,
45 Set FILE as default output.
47 =item B<-p, --no-plets>,
49 Assume no plets.
51 =item B<-q, --quiet>,
53 Be quiet.
55 =item B<-s, --smallest=N>,
57 Assume no shorter (reciprocal) durations than N.
59 =item B<-v, --verbose>,
61 Be verbose.
63 =item B<-w, --warranty>,
65 Show the warranty with which mi2mu comes. (It comes with B<NO WARRANTY>!)
67 =item B<-x, --no-double-dots>,
69 Assume no double dotted notes.
71 =back
73 =head1 FEATURES
75 This is an overview of the features that Mi2mu supports.
77 =over 4
79 =item *
81 [todo]
83 =back
85 =head1
86 DISCLAIMER & COPYING POLICY
88 Mi2mu is copyright 1996, 1997 by its authors. Mi2mu is distributed 
89 as part of GNU LilyPond, under the terms of the GNU General Public
90 License.  Mi2mu is provided without any warranty what so ever.
91 Mi2mu may be freely distributed.  For further information consult
92 the GNU General Public License, from the file F<COPYING>.
94 =head1 AUTHORS
96 Please consult the documentation file AUTHORS for more detailed
97 information, and small contributions. 
99 =over 4
101 =item *
103 Jan Nieuwenhuizen <jan@digicash.com>,  http://www.digicash.com/~jan.
105 =back
107 =head1 SEE ALSO
109 =over 4
111 =item lilypond(1)
113 The GNU LilyPond music typesetter.
115 =item mudela-man
117 On the input format. This is a LilyPond-enhanced LaTeX document.
119 =back