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