Skip to content

Releases: victimofleisure/MidiToLily

1.0.00.010

17 Oct 18:25

Choose a tag to compare

  1. 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).
  2. 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

18 Sep 08:43

Choose a tag to compare

  1. Handle type 0 MIDI files having only a single track.
  2. Add combine parameter, to combine a pair of staves.

1.0.00.007

09 Jan 14:31

Choose a tag to compare

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

07 Jan 15:19

Choose a tag to compare

  1. Add time and key signature parameters.

1.0.00.004c

29 Dec 18:17

Choose a tag to compare

  1. Added the subtitle, opus, piece and staves parameters.
  2. Added logging of note overlaps.
  3. Include MIDI note name when logging events.