emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* feature request
@ 2013-06-25 15:22 42 147
  2013-06-25 16:11 ` Christian Moe
  0 siblings, 1 reply; 6+ messages in thread
From: 42 147 @ 2013-06-25 15:22 UTC (permalink / raw)
  To: emacs-orgmode


Org-mode has proven tremendously useful in writing musical analyses, but
it would also be nice to provide musical examples in plain text.

Is there anything like this available? If not, I may try to do it
myself. I'm finally getting my act together and finishing the Emacs Lisp
Intro; but any help pointing me to the right examples, or the right
conceptual frameworks would be much appreciate.

Here is more or less what I would want:

----------
----------
----------
----------
----------

Pretend that is the staff. The user places the cursor on the staff, and
therefore enters "note entry mode." The "note-entry" function is passed
three args: one for the note, two for the rhythmic value. So if the user
presses "F," "F" is passed as the first argument; if the user enters
"8", "8" is passed as the second argument; if the user enters ".", "."
is passed as the third argument.

This produces a dotted 8th F note on the staff. The third argument is
optional (since not all rhythmic values are dotted), and its value is
nil by default.

Anyway, that is a draft of what I would want. May already exist with
slightly different functionality.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-26 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-25 15:22 feature request 42 147
2013-06-25 16:11 ` Christian Moe
2013-06-25 16:29   ` François Pinard
2013-06-25 18:31     ` Michael Brand
2013-06-26  3:13       ` feature request (rather off-topic) François Pinard
2013-06-26 19:47         ` Michael Brand

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).