bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Errors with midi2ly and musicxml2ly


From: Noeck
Subject: Re: Errors with midi2ly and musicxml2ly
Date: Wed, 20 Nov 2019 22:34:13 +0100

Hi,

Am 20.11.19 um 01:00 schrieb Aaron Hill:
> "SKIP: %s\n" % `e`

2to3 is the way to go as others said before. In this particular case,
rather than calling repr, the standard solution would be:

"SKIP: %r\n" % e

as %r uses the repr-form while %s the str-form.

Cheers,
Joram



reply via email to

[Prev in Thread] Current Thread [Next in Thread]