]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/man/mi2mu.pod
release: 0.1.59
[lilypond.git] / Documentation / man / 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<-k, --key>=ACC[:MINOR],
35
36 Set default key.  ACC > 0 sets number of sharps; ACC < 0 sets number 
37 of flats.  A minor key is indicated by ":1".
38
39 =item B<-n, --no-silly>,
40
41 Assume no plets or double dots, assume smallest (reciprocal) duration 16.
42
43 =item B<-o, --output>=F<FILE>,
44
45 Set FILE as default output.
46
47 =item B<-p, --no-plets>,
48
49 Assume no plets.
50
51 =item B<-q, --quiet>,
52
53 Be quiet.
54
55 =item B<-s, --smallest=N>,
56
57 Assume no shorter (reciprocal) durations than N.
58
59 =item B<-v, --verbose>,
60
61 Be verbose.
62
63 =item B<-w, --warranty>,
64
65 Show the warranty with which mi2mu comes. (It comes with B<NO WARRANTY>!)
66
67 =item B<-x, --no-double-dots>,
68
69 Assume no double dotted notes.
70
71 =back
72
73 =head1 FEATURES
74
75 This is an overview of the features that Mi2mu supports.
76
77 =over 4
78
79 =item *
80
81 [todo]
82
83 =back
84
85 =head1
86 DISCLAIMER & COPYING POLICY
87
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>.
93
94 =head1 AUTHORS
95
96 Please consult the documentation file AUTHORS for more detailed
97 information, and small contributions. 
98
99 =over 4
100
101 =item *
102
103 Jan Nieuwenhuizen <jan@digicash.com>,  http://www.digicash.com/~jan.
104
105 =back
106
107 =head1 SEE ALSO
108
109 =over 4
110
111 =item lilypond(1)
112
113 The GNU LilyPond music typesetter.
114
115 =item mudela-man
116
117 On the input format. This is a LilyPond-enhanced LaTeX document.
118
119 =back
120