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