From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: org -> lilypond? Date: Sun, 3 Jul 2011 20:40:05 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015177415ee4ccf1204a72ba567 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdOJG-0005cl-8X for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 11:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdOJE-00053z-7n for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 11:10:10 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:32994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdOJD-00052W-JG for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 11:10:08 -0400 Received: by iwn8 with SMTP id 8so4919139iwn.0 for ; Sun, 03 Jul 2011 08:10:05 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --0015177415ee4ccf1204a72ba567 Content-Type: text/plain; charset=ISO-8859-1 Hello fellow-music-orgers! I would really like to use something like lilypond to make music. A basic requirement of mine is that it should render as score and play as sound simultaneously. See http://vimeo.com/16894001/ for a demo. This is because I use it to teach singing to pelple with no musical background. I use nted playing through timidity currently for this. If there is some workflow involving lilypond for this that will be real cool. Does anyone know of such? Thanks Rusi PS. Sorry if this is OT but the recent entry of ob-lilypond into org prompts me to ask this. --0015177415ee4ccf1204a72ba567 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello fellow-music-orgers!

I would really like to use something like= lilypond to make music.=A0 A basic requirement of mine is that it should r= ender as score and play as sound simultaneously. See http://vimeo.com/16894001/ for a demo.=A0 This is beca= use I use it to teach singing to pelple with no musical background.

I use nted playing through timidity currently for this.=A0 If there is = some workflow involving lilypond for this that will be real cool.
Does a= nyone know of such?

Thanks
Rusi

PS. Sorry if this is OT b= ut the recent entry of ob-lilypond into org prompts me to ask this.
--0015177415ee4ccf1204a72ba567-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: org -> lilypond? Date: Mon, 4 Jul 2011 09:12:42 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdfD7-0008Nu-HC for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 05:13:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdfD5-0007IC-PV for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 05:12:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:58221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdfD5-0007Hx-D7 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 05:12:55 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QdfD3-0004Bu-N3 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 11:12:53 +0200 Received: from 88-96-171-142.dsl.zen.co.uk ([88.96.171.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 11:12:53 +0200 Received: from martyn.jago by 88-96-171-142.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 11:12:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Rusi > Hello fellow-music-orgers!I would really like to use something like > lilypond > to make music.  A basic requirement of mine is that it should render as > score and play as sound simultaneously. See http://vimeo.com/16894001 > for a demo.  This is because I use it to teach singing to pelple with > no musical background.I use nted playing through timidity currently for > this.  If there is some workflow involving lilypond for this that will > be >real cool.Does anyone know of such? Wow, it would be great to do that wouldn't it! And its great to know NtEd does so. Unfortunately there are technical restrictions getting lilypond imported to nted, since lilypond does not yet export musicxml (although this is being discussed, to allow, among other things, export of lilypond to braille). In the mean time, it should be possible to import midi into nted in order to produce the "running note" automation, but unfortunately, the resultant score will be generated by nted and will probably require tweaks in an attempt to match the original. Unfortunately, other techniques for generating "running note" automation such as modifying lilypond itself, are currently beyond the scope of this project. If however you can live without the "running note" automation, ob-lilypond can already render as score, and play as sound simultaneously. See http://github.com/mjago/ob-lilypond for more details. Regards Martyn