Re: [abcusers] unfolding og repeats

2004-01-30 Thread Neil Jennings
Sorry, I don't know Python.
Any solution I had would be based on my existing code
Neil

- Original Message -
From: Exu Yangi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 26 January 2004 06:39
Subject: Re: [abcusers] unfolding og repeats


 Hello, Neil

 Just a quick comment, and a question:

 The question: Would you be willing to run Python 2.3 program to do that ?
I
 could fairly quickly give you something that would let you copy text into
 the clipboard, and then run the program to expand the repeats.

 The Comment: would you be interesting in helping Beta an ABC catalogger
and
 editor ? Right now, it doesn't expand repeats, but with a bit of
convincing,
 I could probably get it to do that ...

 The editor (and IDE) is over at

 http://www.geocities.com/exuyangi/LiveFrogSynthesizers.html

 Anyway, if you would not mind the cut/paste cycle, and can do Python, let
me
 know. BTW, why ?

 Phil

 From: Neil Jennings [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 
 If you really want a program to unfold abc directly, I could do that, but
 it
 would be Windows, not Linux.
 Would take a little time to do.
 Neil
 - Original Message -
 From: Atte André Jensen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: 24 January 2004 21:15
 Subject: Re: [abcusers] unfolding og repeats
 
 
   Atte André Jensen wrote:
  
Is there any (pref. linux-based, commandline and  open-source)
 software
outthere that will unfold repeats?
  
   Thanks for the replies. So you're all suggesting that I go
   abc-midi-abc. This is not really ideal since *alot* of information
   obviously gets lost along the way.
  
   Are there other options? how about abc-musicxml-abc?
  
   --
   peace, love  harmony
   Atte
  
   http://www.atte.dk
  
   To subscribe/unsubscribe, point your browser to:
 http://www.tullochgorm.com/lists.html
 
 To subscribe/unsubscribe, point your browser to:
 http://www.tullochgorm.com/lists.html

 _
 Check out the new MSN 9 Dial-up - fast  reliable Internet access with
prime
 features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1

 To subscribe/unsubscribe, point your browser to:
http://www.tullochgorm.com/lists.html

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-25 Thread Neil Jennings
If you really want a program to unfold abc directly, I could do that, but it
would be Windows, not Linux.
Would take a little time to do.
Neil
- Original Message -
From: Atte André Jensen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 24 January 2004 21:15
Subject: Re: [abcusers] unfolding og repeats


 Atte André Jensen wrote:

  Is there any (pref. linux-based, commandline and  open-source) software
  outthere that will unfold repeats?

 Thanks for the replies. So you're all suggesting that I go
 abc-midi-abc. This is not really ideal since *alot* of information
 obviously gets lost along the way.

 Are there other options? how about abc-musicxml-abc?

 --
 peace, love  harmony
 Atte

 http://www.atte.dk

 To subscribe/unsubscribe, point your browser to:
http://www.tullochgorm.com/lists.html

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-25 Thread Phil Taylor
On 24 Jan 2004, at 21:15, Atte André Jensen wrote:

Atte André Jensen wrote:

Is there any (pref. linux-based, commandline and  open-source) 
software outthere that will unfold repeats?
Thanks for the replies. So you're all suggesting that I go 
abc-midi-abc. This is not really ideal since *alot* of information 
obviously gets lost along the way.

Are there other options? how about abc-musicxml-abc?
MusicXML would preserve the repeats, rather than expanding them as 
happens
with midi, so you'd end up with the same abc.

If you really want to do this you'll have to write a (fairly basic) abc 
parser.

Phil Taylor

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-25 Thread Laura Conrad
 Phil == Phil Taylor [EMAIL PROTECTED] writes:

Phil If you really want to do this you'll have to write a (fairly basic)
Phil abc parser.

Maybe the abc2abc program that comes with the ABCMIDI package could be
modified fairly easily?


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-25 Thread Phil Taylor
On 25 Jan 2004, at 21:44, Laura Conrad wrote:

Phil == Phil Taylor [EMAIL PROTECTED] writes:
Phil If you really want to do this you'll have to write a (fairly 
basic)
Phil abc parser.

Maybe the abc2abc program that comes with the ABCMIDI package could be
modified fairly easily?
I suspect you'd have the same problem as you would with conversion
abc - midi - abc, i.e. some information would get lost.
What you really need is a very basic parser which ignores everything
in the abc apart from the repeats, simply passing it through unchanged.
Phil Taylor

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-25 Thread Exu Yangi
Hello, Neil

Just a quick comment, and a question:

The question: Would you be willing to run Python 2.3 program to do that ? I 
could fairly quickly give you something that would let you copy text into 
the clipboard, and then run the program to expand the repeats.

The Comment: would you be interesting in helping Beta an ABC catalogger and 
editor ? Right now, it doesn't expand repeats, but with a bit of convincing, 
I could probably get it to do that ...

The editor (and IDE) is over at

http://www.geocities.com/exuyangi/LiveFrogSynthesizers.html

Anyway, if you would not mind the cut/paste cycle, and can do Python, let me 
know. BTW, why ?

Phil

From: Neil Jennings [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
If you really want a program to unfold abc directly, I could do that, but 
it
would be Windows, not Linux.
Would take a little time to do.
Neil
- Original Message -
From: Atte André Jensen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 24 January 2004 21:15
Subject: Re: [abcusers] unfolding og repeats

 Atte André Jensen wrote:

  Is there any (pref. linux-based, commandline and  open-source) 
software
  outthere that will unfold repeats?

 Thanks for the replies. So you're all suggesting that I go
 abc-midi-abc. This is not really ideal since *alot* of information
 obviously gets lost along the way.

 Are there other options? how about abc-musicxml-abc?

 --
 peace, love  harmony
 Atte

 http://www.atte.dk

 To subscribe/unsubscribe, point your browser to:
http://www.tullochgorm.com/lists.html

To subscribe/unsubscribe, point your browser to: 
http://www.tullochgorm.com/lists.html
_
Check out the new MSN 9 Dial-up — fast  reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-24 Thread Neil Jennings
In what context?
My program HARMONY will play repeats as written, and if you export as a MIDI
and then re-import, the repeats will have been 'unfolded'
Neil Jennings

(Sorry, it is Windows based)

- Original Message -
From: Atte André Jensen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 13 January 2004 22:39
Subject: [abcusers] unfolding og repeats


 Hi

 I asked this question some time back but would like to know what the
 situation is right now:

 Is there any (pref. linux-based, commandline and  open-source) software
 outthere that will unfold repeats?

 --
 peace, love  harmony
 Atte

 http://www.atte.dk

 To subscribe/unsubscribe, point your browser to:
http://www.tullochgorm.com/lists.html

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-24 Thread Atte André Jensen
Atte André Jensen wrote:

Is there any (pref. linux-based, commandline and  open-source) software 
outthere that will unfold repeats?
Thanks for the replies. So you're all suggesting that I go 
abc-midi-abc. This is not really ideal since *alot* of information 
obviously gets lost along the way.

Are there other options? how about abc-musicxml-abc?

--
peace, love  harmony
Atte
http://www.atte.dk

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


[abcusers] unfolding og repeats

2004-01-13 Thread Atte André Jensen
Hi

I asked this question some time back but would like to know what the 
situation is right now:

Is there any (pref. linux-based, commandline and  open-source) software 
outthere that will unfold repeats?

--
peace, love  harmony
Atte
http://www.atte.dk

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] unfolding og repeats

2004-01-13 Thread Laura Conrad
 Atte == Atte Andr Atte writes:


Atte Is there any (pref. linux-based, commandline and  open-source)
Atte software outthere that will unfold repeats?

Abc2midi does it, so I guess if you can run abc2midi and then
midi2abc, you have abc with the repeats unfolded.

Probably not the answer you were looking for.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html