Jeremiah Benham wrote:
Does lilypond have an api so that other aplications can use it to parse
lilypond files? I am working on the denemo project and want to update
the parser. I just thought it would be easier if lilypond had an api. I
googled for it and found mailing list references but I found no
documentation. What should I be reading?

the easiest way to currently communicate with lily is through Scheme sexps, by reading and writing those. Try

   \displayMusic {  c4 d8 }

to see what I mean.

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to