]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/mi2mu.pod
a4aa186f3bb254373fc0771ec1888a333ad74faf
[lilypond.git] / Documentation / mi2mu.pod
1 =head1 NAME
2
3 mi2mu - convert MIDI to mudela(5)
4
5 =head1 SYNOPSIS
6
7         mi2mu [options] midi-file
8
9 =head1 DESCRIPTION
10
11 Mi2mu translates a MIDI input file to Mudela (GNU LilyPond source
12 format).  Mi2mu is part of the GNU LilyPond music typesetting package.
13
14 =head1 OPTIONS
15
16 =over 4
17
18 =item B<-b, --no-quantify>,
19
20 Write exact durations, e.g.: `a4*385/384'.
21
22 =item B<-d, --debug>,
23
24 Print lots of debugging stuff.
25
26 =item B<-h, --help>,
27
28 Show a summary of usage.
29
30 =item B<-I, --include>=F<DIR>,
31
32 Add DIR to search path.
33
34 =item B<-n, --no-silly>,
35
36 Assume no plets or double dots, assume smallest (reciprocal) duration 16.
37
38 =item B<-o, --output>=F<FILE>,
39
40 Set FILE as default output.
41
42 =item B<-p, --no-plets>,
43
44 Assume no plets.
45
46 =item B<-q, --quiet>,
47
48 Be quiet.
49
50 =item B<-s, --smallest=N>,
51
52 Assume no shorter (reciprocal) durations than N.
53
54 =item B<-v, --verbose>,
55
56 Be verbose.
57
58 =item B<-w, --warranty>,
59
60 Show the warranty with which mi2mu comes. (It comes with B<NO WARRANTY>!)
61
62 =item B<-x, --no-double-dots>,
63
64 Assume no double dotted notes.
65
66 =back
67
68 =head1 FEATURES
69
70 This is an overview of the features that Mi2mu supports.
71
72 =over 4
73
74 =item *
75
76 [todo]
77
78 =back
79
80 =head1
81 DISCLAIMER & COPYING POLICY
82
83 Mi2mu is copyright 1996,97 by its authors. Mi2mu is distributed 
84 as part of GNU LilyPond, under the terms of the GNU General Public
85 License.  Mi2mu is provided without any warranty what so ever.
86 Mi2mu may be freely distributed.  For further information consult
87 the GNU General Public License, which is in the file F<COPYING>.
88
89 =head1 AUTHORS
90
91 Please consult the documentation file AUTHORS for more detailed
92 information, and small contributions. 
93
94 =over 4
95
96 =item *
97
98 Jan Nieuwenhuizen <jan@digicash.com>,  http://www.digicash.com/~jan.
99
100 =back
101
102 =head1 SEE ALSO
103
104 =over 4
105
106 =item lilypond(1)
107
108 The GNU LilyPond music typesetter.
109
110 =item mudela(5)
111
112 On the LilyPond input format.
113
114 =item The GNU LilyPond FAQ list.
115
116 =back
117