nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

Is it possible to use (parts of) it as a lilypond parser for python? #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I'm working on a music project and would like to use a lilypond parser that's 
more advanced than the one I've made (which is still very simple, really).

My project is here:

https://code.launchpad.net/~eantoranz/+junk/pythogoras

Thanks in advance.

Original issue reported on code.google.com by eantor...@gmail.com on 11 Sep 2010 at 11:31

GoogleCodeExporter commented 8 years ago
all Frescobaldi code is GPL so if that license's requirements are met, you can 
of course use code from Frescobaldi. The LilyPond parser (an inheritable 
stateful tokenizer) is in python/ly/tokenize.py. But I want to rework it a bit 
to make it more simple :-)

Original comment by wbsoft on 12 Sep 2010 at 8:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
But will the API remain the same?

Original comment by eantor...@gmail.com on 13 Sep 2010 at 12:40

GoogleCodeExporter commented 8 years ago
I'm not sure  :-)

Original comment by wbsoft on 13 Sep 2010 at 10:38