1MIDI2LY(1) User Commands MIDI2LY(1)
2
3
4
6 midi2ly - manual page for midi2ly (LilyPond) 2.14.2
7
9 midi2ly [OPTION]... FILE
10
12 Convert MIDI to LilyPond input.
13
15 -a, --absolute-pitches
16 print absolute pitches
17
18 -d, --duration-quant=DUR
19 quantise note durations on DUR
20
21 -D, --debug
22 debug printing
23
24 -e, --explicit-durations
25 print explicit durations
26
27 -h, --help
28 show this help and exit
29
30 -i, --include-header=FILE
31 prepend FILE to output
32
33 -k, --key=ALT[:MINOR]
34 set key: ALT=+sharps|-flats; MINOR=1
35
36 -o, --output=FILE
37 write output to FILE
38
39 -p, --preview
40 preview of first 4 bars
41
42 -s, --start-quant=DUR
43 quantise note starts on DUR
44
45 -S, --skip
46 use s instead of r for rests
47
48 -t, --allow-tuplet=DUR*NUM/DEN
49 allow tuplet durations DUR*NUM/DEN
50
51 -V, --verbose
52 be verbose
53
54 --version
55 show version number and exit
56
57 -w, --warranty
58 show warranty and copyright
59
60 -x, --text-lyrics
61 treat every text as a lyric
62
64 $ midi2ly --key=-2:1 --duration-quant=32 --allow-tuplet=4*2/3
65 --allow-tuplet=2*4/3 foo.midi
66
68 Report bugs via
69 http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
70
72 The full documentation for midi2ly is maintained as a Texinfo manual.
73 If the info and midi2ly programs are properly installed at your site,
74 the command
75
76 info midi2ly
77
78 should give you access to the complete manual.
79
80
81
82midi2ly (LilyPond) 2.14.2 July 2011 MIDI2LY(1)