Re: Midi2ly + Absolute Mode doesnt work

Werner LEMBERG <[email protected]> Tue, 05 Nov 2024 06:39:45 +0000 (UTC)
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
> 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