lilypond-0.0.61
[lilypond.git] / Documentation / mi2mu.pod
blob1a996ec1bdddfa479e631f4bb08c2ae297997354
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).
13 Mi2mu is part of the GNU LilyPond music typesetting package.
15 =head1 OPTIONS
17 =over 4
19 =item B<-b, --no-quantify>,
21 Write exact durations, e.g.: `a4*385/384'.
23 =item B<-d, --debug>,
25 Print lots of debugging stuff.
27 =item B<-h, --help>,
29 Show a summary of usage.
31 =item B<-I, --include>=F<DIR>,
33 Add DIR to search path.
35 =item B<-n, --no-silly>,
37 Assume no plets or double dots, assume smallest (reciprocal) duration 16.
39 =item B<-o, --output>=F<FILE>,
41 Set FILE as default output.
43 =item B<-p, --no-plets>,
45 Assume no plets.
47 =item B<-q, --quiet>,
49 Be quiet.
51 =item B<-s, --smallest=N>,
53 Assume no shorter (reciprocal) durations than N.
55 =item B<-v, --verbose>,
57 Be verbose.
59 =item B<-w, --warranty>,
61 Show the warranty with which mi2mu comes. (It comes with B<NO WARRANTY>!)
63 =item B<-x, --no-double-dots>,
65 Assume no double dotted notes.
67 =back
69 =head1 FEATURES
71 This is an overview of the features that Mi2mu supports.
73 =over 4
75 =item *
77 [todo]
79 =back
81 =head1
82 DISCLAIMER & COPYING POLICY
84 Mi2mu is copyright 1996,97 by its authors. Mi2mu is distributed 
85 as part of GNU LilyPond, under the terms of the GNU General Public
86 License.  Mi2mu is provided without any warranty what so ever.
87 Mi2mu may be freely distributed.  For further information consult
88 the GNU General Public License, which is in the file F<COPYING>.
90 =head1 AUTHORS
92 Please consult the documentation file AUTHORS for more detailed
93 information, and small contributions. 
95 =over 4
97 =item *
99 Jan Nieuwenhuizen <jan@digicash.com>,  http://www.digicash.com/~jan.
101 =back
103 =head1 SEE ALSO
105 =over 4
107 =item lilypond(1)
109 The GNU LilyPond music typesetter.
111 =item mudela(5)
113 On the LilyPond input format.
115 =item The GNU LilyPond FAQ list.
117 =back