On Tue, 6 Nov 2018 at 23:28, Gianmaria Lari <gianmarial...@gmail.com> 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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to