scheme->basic xml (Re: Ekiga chat)

2015-06-05 Thread Wilbert Berendsen
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

Re: Ekiga chat

2015-06-05 Thread Paul Morris
> 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

Re: Fwd: Ekiga chat

2015-06-05 Thread Urs Liska
o be done with a simple example. Thanks for any help! -David -- Forwarded message -- From: David Garfinkle Date: Wed, Jun 3, 2015 at 7:34 PM Subject: Re: Ekiga chat To: David Kastrup Hi David, I think I get what's going on and what I need to do. But I would like to make sure

Re: Ekiga chat

2015-06-05 Thread Carl Sorensen
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-

Re: Ekiga chat

2015-06-05 Thread Carl Sorensen
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

Fwd: Ekiga chat

2015-06-05 Thread David Garfinkle
fully understand what needs to be done with a simple example. Thanks for any help! -David -- Forwarded message -- From: David Garfinkle Date: Wed, Jun 3, 2015 at 7:34 PM Subject: Re: Ekiga chat To: David Kastrup Hi David, I think I get what's going on and what I need to do