lilypond-user
[Top][All Lists]
Advanced

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

Re: midi rhythm


From: Gianmaria Lari
Subject: Re: midi rhythm
Date: Wed, 7 Nov 2018 00:15:05 +0100


On Tue, 6 Nov 2018 at 23:28, Gianmaria Lari <address@hidden> wrote:
I have a simple rhythm score like this:

\version "2.19.82"
myr = { 4 8 16 16 4 4 }
\score {\new RhythmicStaff \myr }

How could I generate some form of midi file from it? It's for didactical use.
Thank you, g.

I found a solution and I post it here in case others have the same problem.

\version "2.19.82"
myr = { c4 8 16 16 4 4 } % 
\score {\new RhythmicStaff \myr \layout {} \midi{}}

Best regards, g.
 

reply via email to

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