lilypond-user
[Top][All Lists]
Advanced

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

Re: 7-year-old question


From: Bric
Subject: Re: 7-year-old question
Date: Mon, 21 Oct 2013 19:11:48 -0400
User-agent: PlutoMail 2.0

On 10/20/2013 12:25 AM, Jay Anderson wrote:
On Sat, Oct 19, 2013 at 7:12 PM, Bric <address@hidden> wrote:
In 2005 someone asked this -
http://lists.gnu.org/archive/html/lilypond-user/2005-11/msg00273.html

Can one generate/access a list of coordinates for each rendered note/chord
(per staff)?
Check out ly2video (https://github.com/aspiers/ly2video/). Especially
the 'dump-spacetime-info' function in ly2video.py. It's purpose is to
dump the horizontal position for aligning to audio, but I think a
similar function could work to pull out absolute positioning in x and
y.

OK.  Checked it out.  So far: so close but so far!

I issue:

$ ./ly2video.py -i test.ly -o myvid.avi

It generates some png's, seeming to do fine with the visual part of it. (I see the resulting one-liner png files).

But it fails with the audio, it seems: When it tries to read the midi file that it apparently should have generated, it doesn't find it (cuz it wasn't generated! :-). It's looking for it in the tmp directory where the png's are, and stuff.

<snip>.....

Traceback (most recent call last):
  File "./ly2video.py", line 1907, in <module>
    status = main()
  File "./ly2video.py", line 1860, in main
    getMidiEvents(midiPath)
  File "./ly2video.py", line 549, in getMidiEvents
    midiFile = midi.read_midifile(midiFileName)
  File "/data/builds/ly2video/midi/fileio.py", line 156, in read_midifile
    midifile = open(midifile)
IOError: [Errno 2] No such file or directory: '/data/builds/ly2video/ly2video.tmp/sanitised.midi'


------------------------

as far as the spacetime file you mentioned. Sure, it exists, but i don't know what to do with it. The file itself does not store the coordinates data, and i don't know how to run the scheme code inside, or if I should at all.

ly2video.tmp/dump-spacetime-info.ly

In other words, I see the file, but i don't see the coordinates data.

help!





reply via email to

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