lilypond-devel
[Top][All Lists]
Advanced

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

Re: music stream exporter


From: Kim Shrier
Subject: Re: music stream exporter
Date: Thu, 12 Apr 2018 12:24:02 -0600

> On Apr 12, 2018, at 4:58 AM, Knut Petersen <address@hidden> wrote:
> 
> Am 12.04.2018 um 07:47 schrieb Kim Shrier:
> 
>> Any information about this would be appreciated.
>> 
> 
> ... but maybe there is a solution for you.
> 
> My video generation code  uses a bit of scheme to export
> music events to a file. The fragment
> \time 4/4 \tempo 4=120 \relative e' { e8 c4 r }
> would be translated to 
> [...]
> 0.0 time 4 4
> 0.0 tempo 2.0
> 0.0 note 0.125 e'
> 0.125 note 0.375 c'
> 0.375 rest 0.625 NaP
> [...]
> Lilypond's event-listener.ly was my starting point.
> 
> Have a look at 
> https://lists.gnu.org/archive/html/lilypond-user/2017-07/msg00234.html
> 
> Knut

This helps.  Thank you very much.
Kim





reply via email to

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