[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Midi2ly + Absolute Mode doesnt work
From: |
Werner LEMBERG |
Subject: |
Re: Midi2ly + Absolute Mode doesnt work |
Date: |
Tue, 05 Nov 2024 06:39:45 +0000 (UTC) |
> I looked a bit into it and it seems that it's an oversight when
> moving on to Python 3. In line 204, the division should be an
> integer division (note the double slash):
>
> o = self.pitch // 12 - 4
>
> https://github.com/lilypond/lilypond/blob/master/scripts/midi2ly.py#L204
Thanks! Can you please create a Merge Request for that?
Werner