Releases: victimofleisure/MidiToLily
Releases · victimofleisure/MidiToLily
1.0.00.010
- Add the cmd parameter, for inserting a LilyPond command into a track at a specified M:B:T time (useful for \tieUp and the like).
- Add the block parameter, for inserting a toplevel block. Note that if the block definition contains spaces it must be quoted.
example:
/block "\paper { system-system-spacing.padding = #0 page-count = 1 }"
1.0.00.009
- Handle type 0 MIDI files having only a single track.
- Add combine parameter, to combine a pair of staves.
1.0.00.007
Add tempo parameter.
Refactor parameter data into CParamBase.
Add -params parameter to read parameters from a text file.
Specifying a tempo parameter without a unit caused misbehavior; it now defaults to a quarter note.
1.0.00.005
- Add time and key signature parameters.
1.0.00.004c
- Added the subtitle, opus, piece and staves parameters.
- Added logging of note overlaps.
- Include MIDI note name when logging events.