Re: [Mutopia-discuss] On the header parsing

2013-01-09 Thread Felix Janda
On 01/08/13 at 02:51pm, Glen Larsen wrote: > On Tue, Jan 8, 2013 at 11:25 AM, Felix Janda wrote: > > > On 01/07/13 at 05:24pm, Glen Larsen wrote: > > > Very cool, David. > > > Felix, I knew you'd want something like this made out of that: > > > Simple python wrapper for this scheme code < > > htt

Re: [Mutopia-discuss] On the header parsing

2013-01-09 Thread David Kastrup
Felix Janda writes: > On 01/09/13 at 10:54am, David Kastrup wrote: >> Felix Janda >> writes: >> > Do you have a (rough) estimate for what's the earliest lilypond >> > version which works with this command line? >> >> Huh. Several functions are only available with >> >> commit eab591fe423ef0e

Re: [Mutopia-discuss] On the header parsing

2013-01-09 Thread Felix Janda
On 01/09/13 at 10:54am, David Kastrup wrote: > Felix Janda > writes: > > Do you have a (rough) estimate for what's the earliest lilypond > > version which works with this command line? > > Huh. Several functions are only available with > > commit eab591fe423ef0eeb03d8bbedf7d43185d2fbc74 > Autho

Re: [Mutopia-discuss] On the header parsing

2013-01-09 Thread David Kastrup
Felix Janda writes: > On 01/07/13 at 04:59pm, David Kastrup wrote: >> Felix Janda >> writes: >> >> > Hi, >> > >> > just some thoughts on the current header parsing of Mutopia's software >> > motivated by (not wanting to install java and) the thought that lilypond's >> > language is so complex t

Re: [Mutopia-discuss] On the header parsing

2013-01-08 Thread Glen Larsen
On Tue, Jan 8, 2013 at 11:25 AM, Felix Janda wrote: > On 01/07/13 at 05:24pm, Glen Larsen wrote: > > Very cool, David. > > Felix, I knew you'd want something like this made out of that: > > Simple python wrapper for this scheme code < > https://gist.github.com/4480245> > > Yeah, I think it still

Re: [Mutopia-discuss] On the header parsing

2013-01-08 Thread Felix Janda
On 01/07/13 at 05:24pm, Glen Larsen wrote: > Very cool, David. > Felix, I knew you'd want something like this made out of that: > Simple python wrapper for this scheme code Yeah, I think it still needs some processing. IMO, The header fields should be checked for

Re: [Mutopia-discuss] On the header parsing

2013-01-08 Thread Felix Janda
On 01/07/13 at 04:59pm, David Kastrup wrote: > Felix Janda > writes: > > > Hi, > > > > just some thoughts on the current header parsing of Mutopia's software > > motivated by (not wanting to install java and) the thought that lilypond's > > language is so complex that parsing it should be left to

Re: [Mutopia-discuss] On the header parsing

2013-01-07 Thread Glen Larsen
Very cool, David. Felix, I knew you'd want something like this made out of that: Simple python wrapper for this scheme code On Mon, Jan 7, 2013 at 7:59 AM, David Kastrup wrote: > Felix Janda > writes: > > > Hi, > > > > just some thoughts on the current header

Re: [Mutopia-discuss] On the header parsing

2013-01-07 Thread David Kastrup
Felix Janda writes: > Hi, > > just some thoughts on the current header parsing of Mutopia's software > motivated by (not wanting to install java and) the thought that lilypond's > language is so complex that parsing it should be left to lilypond itself. dak@lola:/usr/local/tmp/lilypond$ time lil

Re: [Mutopia-discuss] On the header parsing

2013-01-06 Thread javier
This version logged as discussion on Mutopia github tracker:https://github.com/chrissawer/The-Mutopia-Project/issues/66Rgds JavierJavier Ruizjav...@ruiz-alma.com___ Mutopia-discuss mailing list Mutopia-discuss@mutopiaproject.org http://lists.bcn.mythic-

Re: [Mutopia-discuss] On the header parsing

2013-01-01 Thread Felix Janda
On 12/29/12 at 10:15pm, Felix Janda wrote: > On 12/16/12 at 12:04pm, Glen Larsen wrote: > snip > > like the header are regular enough that they can be parsed easily. If only > > lilypond had, in addition to the --header switch, a switch that would exit > > after the parse phase; as you mentioned, i

Re: [Mutopia-discuss] On the header parsing

2012-12-29 Thread Felix Janda
On 12/16/12 at 12:04pm, Glen Larsen wrote: snip > like the header are regular enough that they can be parsed easily. If only > lilypond had, in addition to the --header switch, a switch that would exit > after the parse phase; as you mentioned, it simply takes too long to get a > single header valu

Re: [Mutopia-discuss] On the header parsing

2012-12-16 Thread Glen Larsen
Felix, Thanks for clarifying. The evolution of mutopia moving to a git archive and allowing submissions via an SCM has created a motivation for separating music content form archive management content. It's a good idea: make processing at the "pull acceptance" side of things easier. The person acce

Re: [Mutopia-discuss] On the header parsing

2012-12-16 Thread Felix Janda
On 12/16/12 at 12:04pm, Glen Larsen wrote: > Felix, some comments below. -gl Thanks for your comments! > On Sun, Dec 16, 2012 at 3:29 AM, Felix Janda wrote: > > > Hi, > > > > just some thoughts on the current header parsing of Mutopia's software > > motivated by (not wanting to install java and

Re: [Mutopia-discuss] On the header parsing

2012-12-16 Thread Glen Larsen
Felix, some comments below. -gl On Sun, Dec 16, 2012 at 3:29 AM, Felix Janda wrote: > Hi, > > just some thoughts on the current header parsing of Mutopia's software > motivated by (not wanting to install java and) the thought that lilypond's > language is so complex that parsing it should be lef

[Mutopia-discuss] On the header parsing

2012-12-16 Thread Felix Janda
Hi, just some thoughts on the current header parsing of Mutopia's software motivated by (not wanting to install java and) the thought that lilypond's language is so complex that parsing it should be left to lilypond itself. I noticed that lilypond has (since at least version 2.8.0) a --header opt