1MIDI2LY(1) User Commands MIDI2LY(1)
2
3
4
6 midi2ly - manual page for midi2ly (LilyPond) 2.10.33
7
9 midi2ly [OPTIONS] FILE
10
12 Convert MIDI to LilyPond source. Options:
13
14 --version
15 show program's version number and exit
16
17 -h, --help
18 show this help message and exit
19
20 -a, --absolute-pitches
21 print absolute pitches
22
23 -d, --duration-quant=DUR
24 quantise note durations on DUR
25
26 -e, --explicit-durations
27 print explicit durations
28
29 -k, --key=ALT[:MINOR]
30 set key: ALT=+sharps|-flats; MINOR=1
31
32 -o, --output=FILE
33 write output to FILE
34
35 -s, --start-quant=DUR
36 quantise note starts on DUR
37
38 -t, --allow-tuplet=DUR*NUM/DEN
39 allow tuplet durations DUR*NUM/DEN
40
41 -V, --verbose
42 be verbose
43
44 -w, --warranty
45 show warranty
46
47 -x, --text-lyrics
48 treat every text as a lyric
49
50 Example:
51
52 midi2ly --key=-2:1 --duration-quant=32 \
53
54 --allow-tuplet=4*2/3 --allow-tuplet=2*4/3 foo.midi
55
56 Bugs:
57
59 Report bugs via
60 http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
61
63 The full documentation for midi2ly is maintained as a Texinfo manual.
64 If the info and midi2ly programs are properly installed at your site,
65 the command
66
67 info midi2ly
68
69 should give you access to the complete manual.
70
71
72
73midi2ly (LilyPond) 2.10.33 September 2007 MIDI2LY(1)