lilypond-user
[Top][All Lists]
Advanced

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

Re: information about lilymidi


From: Neil Puttock
Subject: Re: information about lilymidi
Date: Sun, 12 Sep 2010 20:36:54 +0100

On 8 September 2010 08:59, Stefan Thomas
<address@hidden> wrote:

> I would like to know, what can be done with the program lilymidi.
> The manpage says nearly nothing and I also didn't find some information on
> Lilypond program usage.

It's just a midi file dumper which supports filtering:

\score {
\relative c' {
  c4
}
\midi { }
}

lilymidi --dump test.midi

((1, 1536), [[(0, (255, 3, 'control track')), (0, (255, 1, 'creator:
')), (0, (255, 1, 'GNU LilyPond 2.13.34          ')),
(0, (255, 88, '\x04\x02\x12\x08')), (0, (255, 81, '\x0fB@')), (0,
(255, 47, ''))],
[(0, (255, 3, '')), (0, (145, 60, 90)), (384, (145, 60, 0)), (384,
(255, 47, ''))]])

It's used by the Festival song support to mix synthesized voices with
LilyPond-generated accompaniment.

Cheers,
Neil



reply via email to

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