[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: midi2ly produces faulty output when using "-e"
From: |
Mojca Miklavec |
Subject: |
Re: midi2ly produces faulty output when using "-e" |
Date: |
Wed, 27 Jul 2016 13:47:19 +0200 |
On 27 July 2016 at 12:32, David Kastrup wrote:
> Mojca Miklavec writes:
>
>> If I run midi2ly with -e, this is what I get as lilypond output:
>> f,4 <f4 a4 c'4 >4 <a'4 c''4 f4 a4 c'4 >4
>>
>> The problem is that durations are not allowed inside chords with
>> single "brackets".
>>
>> This looks like a bug to me.
>
> Tracker issue: 4945 (https://sourceforge.net/p/testlilyissues/issues/4945/)
> Rietveld issue: 308830043 (https://codereview.appspot.com/308830043)
> Issue description:
> Fix midi2ly chord durations. Contains commits: midi2ly should
> omit redundant chord durations midi2ly -e should not print
> durations in chords
>
> No idea how feasible it is for you to fetch/test the patch.
Thank you. It's just a python script, so applying a patch is easy (no
need to recompile :).
Does this deserve a test case? That is: do you have/run a test suite?
If so, I could try to come up with a few sample minimal examples that
produce potentially problematic midi files to test against.
Mojca