I wrote a script that transforms a LilyPond scheme music expression to
XML.
https://github.com/wbsoft/python-ly/blob/master/ly/xml/xml-export.ily
How it works is explained at
http://python-ly.readthedocs.org/en/latest/ly.xml.html
This may be useful as a first step. I will probably use roughly th
> On Jun 5, 2015, at 6:25 PM, Urs Liska wrote:
>
> This means that somewhere in your path, presumably before the sxml->sxml
> transformation we'd need a way to hook in to interface with *other* XML
> formats too.
I think this would just be another sxml->sxml transformation that could be
added
Hi David (hm, it's a bit unfortunate that you're both called David ...),
it's great to see some work going on in this field. David K's report is
an interesting update, and one can see you are already "into" it.
I can't really judge your example/question because it's over my head wrt
the diffe
I'm sorry about the bad formatting on the SXML. Try it like this:
(SequentialMusic (@
(elements
(NoteEvent (@ (pitch (@ (octave -1) (step 5) (alteration 0)))
(duration (@ (durlog 2) (dotcount 0) (scale 1)))
Thanks,
Carl
___
lilypond-
Hi David,
I'm quite certain I won't answer exactly as David K would, but my answer
is still better than no answer, so here goes.
By the way, the LilyPond development community generally frowns on top
posting, and on including entire emails. Rather the answers to questions
should be included in-l
Hey Lilypond devs!
GSOC student here. I have some questions regarding musicxml export, since
David is out of town without internet. Here is his outline for the first
half of the project (at the bottom) and my subsequent reply + questions (at
the top). In particular, I just want to make sure I full