]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4870: [midi2ly] Delay import of 'midi' module.
authorWerner Lemberg <wl@gnu.org>
Tue, 31 May 2016 11:37:03 +0000 (13:37 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 31 May 2016 12:00:51 +0000 (14:00 +0200)
commit905109ea0e90efa8d9c1ba02769e458a0707cc47
tree91e5bb8e318cb89db353c064cf029c3fba587b0b
parentdbaf1e56e37be0e204231c5bf1adcb14bd8ac3b8
Issue 4870: [midi2ly] Delay import of 'midi' module.

`make all` starts with generating the manual pages for lilypond's python
scripts using help2man.  However, at the time `midi2ly --help` gets called,
the 'midi' python module (which is based on code written in C) imported by
'midi2ly' has not been compiled yet, making help2man abort.
scripts/midi2ly.py