Re: [ANNOUNCE] ly2video 0.4.1

2013-03-08 Thread Knut Petersen
--- ly2video.py.orig2013-03-07 09:40:54.675565398 +0100 +++ ly2video.py2013-03-07 09:52:19.787389048 +0100 @@ -1723,7 +1723,7 @@ fSanitisedLyFile.write(\\header {\n tagline = ##f composer = ##f\n}\n) headerPart = True -if

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-07 Thread Martin Tarenskeen
On Wed, 6 Mar 2013, Knut Petersen wrote: A 2nd issue: title generation does work, but it is broken. Only the last characters of the subsubtitle string are used, title and subtitle strings are completely ignored. Are you referring to https://github.com/aspiers/ly2video/issues/49 ? My

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Knut Petersen
On 08.02.2013 03:07, Adam Spiers wrote: Hi all, I'm happy to announce the release of ly2video 0.4.1. ly2video is a Python script which converts music represented by a GNU LilyPond file into a video containing a horizontally scrolling music staff which is synchronized with a MIDI-generated

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Adam Spiers
On Wed, Mar 6, 2013 at 8:05 AM, Knut Petersen knut_peter...@t-online.de wrote: File sources/ly2video-0.4.1/ly2video.py, line 148, in getAbsolutePitch return LySrc.get(self.filename).getAbsolutePitch(self) File sources/ly2video-0.4.1/ly2video.py, line 80, in get cls.cache[filename]

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Knut Petersen
On 06.03.2013 10:44, Adam Spiers wrote: It sounds like your .ly input file is not 8-bit clean - is it UTF-encoded? And it seems that ly2video does not support that yet. Probably you have an accent somewhere in the text; if you could remove that it will probably work. It's also worth trying

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Adam Spiers
On Wed, Mar 6, 2013 at 2:46 PM, Knut Petersen knut_peter...@t-online.de wrote: On 06.03.2013 10:44, Adam Spiers wrote: It sounds like your .ly input file is not 8-bit clean - is it UTF-encoded? And it seems that ly2video does not support that yet. Probably you have an accent somewhere in the

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Knut Petersen
On 06.03.2013 15:53, Adam Spiers wrote: On Wed, Mar 6, 2013 at 2:46 PM, Knut Petersen knut_peter...@t-online.de wrote: On 06.03.2013 10:44, Adam Spiers wrote: It sounds like your .ly input file is not 8-bit clean - is it UTF-encoded? And it seems that ly2video does not support that yet.

Re: [ANNOUNCE] ly2video 0.4.1

2013-03-06 Thread Adam Spiers
On Wed, Mar 6, 2013 at 6:34 PM, Knut Petersen knut_peter...@t-online.de wrote: On 06.03.2013 15:53, Adam Spiers wrote: On Wed, Mar 6, 2013 at 2:46 PM, Knut Petersen knut_peter...@t-online.de wrote: On 06.03.2013 10:44, Adam Spiers wrote: It sounds like your .ly input file is not 8-bit

Re: [ANNOUNCE] ly2video 0.4.1

2013-02-08 Thread Martin Tarenskeen
On Fri, 8 Feb 2013, Adam Spiers wrote: Hi all, I'm happy to announce the release of ly2video 0.4.1. Great ! Feedback is very welcome; you can use the issue tracker: https://github.com/aspiers/ly2video/issues or mail me. Pull requests are of course even more welcome than feedback!

Re: [ANNOUNCE] ly2video 0.4.1

2013-02-08 Thread Adam Spiers
On Fri, Feb 8, 2013 at 8:37 AM, Martin Tarenskeen m.tarensk...@zonnet.nl wrote: On Fri, 8 Feb 2013, Adam Spiers wrote: Hi all, I'm happy to announce the release of ly2video 0.4.1. Great ! Feedback is very welcome; you can use the issue tracker:

Re: [ANNOUNCE] ly2video 0.4.1

2013-02-08 Thread Martin Tarenskeen
On Fri, 8 Feb 2013, Adam Spiers wrote: I already fixed it prior to this release: https://github.com/aspiers/ly2video/commit/327558f I've closed the issues, but please file a new one immediately if you see any other problems. Thanks for raising this! Sorry, I was trying my old copy.

[ANNOUNCE] ly2video 0.4.1

2013-02-07 Thread Adam Spiers
Hi all, I'm happy to announce the release of ly2video 0.4.1. ly2video is a Python script which converts music represented by a GNU LilyPond file into a video containing a horizontally scrolling music staff which is synchronized with a MIDI-generated audio rendering of the music. You can