David Bellows <davebell...@gmail.com> writes:

> Hey David, I saw this about work you've done on the emacs Lilypond
> mode. Is the new code base available anywhere and is it usable?

It's usable with quite recently compiled Emacs versions (it's about a
month ago that Eli Zaretskii fixed a problem with macro recording which
would lose events).  It's not yet committed anywhere.

The interface is clunky: basically you do macro recording C-x ( record
midi C-x ) with only 1 channel active and get output for one Voice.
Then you make a different channel active and do C-x e in order to output
the stuff for the next Voice.  Of course, that kind of all-channel
recording with single-channel replay makes sense only if you have more
than 1 channel, like with an accordion or an organ.  For piano, the best
you can likely do is a keyboard split or just record every Voice in a
separate take.

See whether you can make this do something useful for you.  midi-kbd.el
contains the stuff creating input events.  lily-midi.el is the stuff
generating LilyPond input from those events.

Attachment: lily-midi.el
Description: application/emacs-lisp

Attachment: midi-kbd.el
Description: application/emacs-lisp


-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to