1MIDI2LY(1) User Commands MIDI2LY(1)
2
3
4
6 midi2ly - manual page for midi2ly (LilyPond) 2.19.84
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 -q, --quiet
43 suppress progress messages and warnings about excess voices
44
45 -s, --start-quant=DUR
46 quantise note starts on DUR
47
48 -S, --skip
49 use s instead of r for rests
50
51 -t, --allow-tuplet=DUR*NUM/DEN
52 allow tuplet durations DUR*NUM/DEN
53
54 -V, --verbose
55 be verbose
56
57 --version
58 show version number and exit
59
60 -w, --warranty
61 show warranty and copyright
62
63 -x, --text-lyrics
64 treat every text as a lyric
65
67 $ midi2ly --key=-2:1 --duration-quant=32 --allow-tuplet=4*2/3
68 --allow-tuplet=2*4/3 foo.midi
69
71 Report bugs via bug-lilypond@gnu.org
72
74 The full documentation for midi2ly is maintained as a Texinfo manual.
75 If the info and midi2ly programs are properly installed at your site,
76 the command
77
78 info midi2ly
79
80 should give you access to the complete manual.
81
82
83
84midi2ly (LilyPond) 2.19.84 February 2020 MIDI2LY(1)