lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Google Summer of Code 2015


From: Paul Morris
Subject: Re: Google Summer of Code 2015
Date: Thu, 5 Mar 2015 13:28:57 -0700 (MST)

Urs Liska wrote
> What you describe about the "Frescobaldi" approach is true, at least 
> that's where this approach is coming from. However, we are discussing 
> the other one too, because it would of course be very helpful to have as 
> much as possible done _within_ LilyPond. So this is not necessarily an 
> antagonism. By contrast, if someone were working (e.g. through GSoC) on 
> a way to represent LilyPond as XML the Guile way that would be very 
> interesting also for "third-party" development.

Ok, thanks for clarifying.  I didn't mean to suggest an antagonism.  So it
seems to me that a good approach for exporting would be:

1. In LilyPond use Scheme to convert the internal Scheme music data
structure into an SXML version of this same data structure, call it
"LilySXML".

2. Provide an option to output that LilySXML as XML ("LilyXML").  This can
then be used by 3rd parties like Frescobaldi etc.  Use the SXML Guile module
to do the conversion from SXML to XML.

3. Use the SXML Guile module to convert the LilySXML to an SXML version of
MusicXML and/or MEI.  Then convert that to actual (XML) MusicXML/MEI.  


For importing, there's David K's suggestion, as I understand it: 

Use the SXML Guile module to go from MusicXML/MEI data files to SXML
versions of this data and then convert from that SXML to the internal data
structure with Scheme.  This bypasses LilyPond's input text format.


Urs Liska wrote
> I didn't want to say MEI had priority over MusicXML. What I mean is that 
> we should try to be as generic as possible in order to enable the most 
> diverse applications.

Ok, I see.

-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Google-Summer-of-Code-2015-tp172600p172671.html
Sent from the Dev mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]