]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/midi2ly.texi
9c5fc161e187ad1aaed0fa40167d125cc4863489
[lilypond.git] / Documentation / midi2ly.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename midi2ly.info
3 @settitle midi2ly
4
5 @node  midi2ly, , , Top
6 @menu
7 * midi2ly DESCRIPTION::           midi2ly DESCRIPTION
8 * midi2ly OPTIONS::               midi2ly OPTIONS
9 @end menu
10 @chapter midi2ly
11
12 @node  midi2ly DESCRIPTION, , , midi2ly
13 @section DESCRIPTION
14 midi2ly translates a MIDI input file to Mudela (GNU LilyPond source
15 format).  midi2ly is part of the GNU LilyPond music typesetting package.
16
17         midi2ly [options] midi-file
18
19 @node  midi2ly OPTIONS, , , midi2ly
20 @section OPTIONS
21
22 @table @samp
23 @item -b, --no-quantify,
24     Write exact durations, e.g.: `a4*385/384'.
25 @item -D, --debug,
26     Print lots of debugging stuff.
27 @item -h, --help,
28     Show a summary of usage.
29 @item -I, --include=@file{DIR},
30     Add DIR to search path.
31 @item -k, --key=ACC[:MINOR],
32     Set default key.  ACC > 0 sets number of sharps; ACC < 0 sets number 
33     of flats.  A minor key is indicated by ":1".
34 @item -n, --no-silly,
35     Assume no plets or double dots, assume smallest (reciprocal) duration 16.
36 @item -o, --output=@file{FILE},
37     Set @file{FILE} as default output.
38 @item -p, --no-plets,
39     Assume no plets.
40 @item -q, --quiet,
41     Be quiet.
42 @item -s, --smallest=N,
43     Assume no shorter (reciprocal) durations than N.
44 @item -v, --verbose,
45     Be verbose.
46 @item -w, --warranty,
47     Show the warranty with which midi2ly comes. (It comes with @strong{NO WARRANTY}!)
48 @item -x, --no-double-dots,
49     Assume no double dotted notes.
50 @end table
51
52 @bye