Search the web
Sign In
New User? Sign Up
abcusers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 327 - 356 of 2253   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
327
... The regular expression I use for detecting chord roots (which are the only things transposed in chords) is: c = re.compile('^[A-G][b#]?') This means one of...
Atte André Jensen
atte_andre
Offline Send Email
Jun 1, 2006
10:30 am
328
Atte André Jensen escreveu: > Luis Pablo Gasparotto wrote: > >>Hi, >> >>It seems to work for me. I tried for transposition and works fine. The >>only issue...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 1, 2006
2:55 pm
329
Hudson Lacerda escreveu: > Atte André Jensen escreveu: [...] >>The regular expression I use for detecting chord roots (which are the >>only things transposed...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 1, 2006
7:03 pm
330
... Done. Get version 0.2.3 from http://atte.dk/abctool/ The transposition now disregards guitar chords starting with either <, ... transposes those it finds. ...
Atte André Jensen
atte_andre
Offline Send Email
Jun 5, 2006
7:18 am
331
Hi I'd like to announce the release of abctool 0.2.3. A few of the issues present in 0.2.0 have been addressed (thanks Luis and Hudson). I still don't handle...
Atte André Jensen
atte_andre
Offline Send Email
Jun 5, 2006
7:37 am
332
... See: <http://www.barfly.dial.pipex.com/bfextensions.html> (half way down the page) Phil Taylor...
Phil Taylor
carpedestria
Offline Send Email
Jun 5, 2006
3:59 pm
333
... Ah, I see. Are ornaments the main (only?) thing people use this for? What other programs recognize this? Is it on it's way into the standard? -- peace,...
Atte André Jensen
atte_andre
Offline Send Email
Jun 5, 2006
7:36 pm
334
... Ornaments are what I use it for, though I have seen e.g. Jack Campin do some creative stuff with it. Trouble is, as with macros in programming languages,...
Phil Taylor
carpedestria
Offline Send Email
Jun 5, 2006
9:26 pm
335
Atte André Jensen escreveu: > I'd like feedback from people that have tried it: > How do you use it and > do you find the initial use (one-stop abc script)...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 5, 2006
9:56 pm
336
Atte André Jensen escreveu: > > Not sure what you mean (never used macro replacements with abc, let > alone barfly). Could you elaborate a bit? > For...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 5, 2006
10:27 pm
337
... Very straight forward, similar to what I did before I decided to start abctool. ... I'm not neccesarily abctool is better, but: "abcgv file" or "abctool...
Atte André Jensen
atte_andre
Offline Send Email
Jun 6, 2006
9:08 am
338
... I've put it in 0.2.4. What's the output of "abctool --check"? I get: [atte@aarhus jazz]$ abctool --check ok found gv (/usr/bin/gv) ok found gs...
Atte André Jensen
atte_andre
Offline Send Email
Jun 6, 2006
9:49 am
339
... Ah yes, it did make it into the standard. There has been one change in BarFly since that was written, in that the restriction on using accidentals in...
Phil Taylor
carpedestria
Offline Send Email
Jun 6, 2006
9:57 am
340
... Ok, I'll look at it. ... How do you let the user choose which octave to go to? For instance C -> F could either be a fourth up or a fifth down (or even...
Atte André Jensen
atte_andre
Offline Send Email
Jun 6, 2006
10:46 am
341
Atte André Jensen escreveu: > I'm not neccesarily abctool is better, but: > > "abcgv file" or "abctool file" seems to be equally easy, or am I missing >...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 6, 2006
3:05 pm
342
... The direction (up, down or to whichever is nearest) is an option in the transpose dialog. At the moment you can only transpose by a maximum of eleven...
Phil Taylor
carpedestria
Offline Send Email
Jun 8, 2006
11:28 am
343
Phil Taylor escreveu: > OK. If I understand this correctly, it means that the original > transcription has to use accidentals "correctly"? That is, if the...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 8, 2006
2:54 pm
344
Hi, I'm using this new version and I found there's a bug when transposing flat notes preceded by something between " Example: "C7"_B8 | %here the _B8 is...
Luis Pablo Gasparotto
luispa8
Offline Send Email
Jun 8, 2006
6:05 pm
345
... This was fixed yesterday... -- peace, love & harmony Atte http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps |...
Atte André Jensen
atte_andre
Offline Send Email
Jun 8, 2006
10:45 pm
346
... I use -t14 alot (for tenor saxophone)... <snip about K:none> ... Of cource. That's what "correct transposition" means, at least to me: Keep the intervallic...
Atte André Jensen
atte_andre
Offline Send Email
Jun 8, 2006
10:56 pm
347
Hi There's a new version of abctool up at http://atte.dk/abctool/ Besides bugfixes, the new thing is transposition works with church modes. At least on my...
Atte André Jensen
atte_andre
Offline Send Email
Jun 8, 2006
10:59 pm
348
Great!!! Atte André Jensen wrote: > Luis Pablo Gasparotto wrote: > > > I'm using this new version and I found there's a bug when transposing > > flat notes...
Luis Pablo Gasparotto
luispa8
Offline Send Email
Jun 8, 2006
11:26 pm
349 Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 9, 2006
2:45 am
350
... Ah, of course. Would the following be sufficient: 1) If no key is given in the header none is assumed 2) Any occurence of "K:" without any more text after...
Atte André Jensen
atte_andre
Offline Send Email
Jun 9, 2006
8:42 am
351
Atte André Jensen escreveu: > Hudson Lacerda wrote: > >>--- Version 0.2.6 - 7/6-2006 --- >>[...] >>* now treats 'K:' (with missing key) as 'K:none' >> >>This...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 9, 2006
4:46 pm
352
... I think so too, but abcm2ps accepts K: at least in header. It doesn't have to worry about transposition, so we'll never know if it thinks of it as C or...
Atte André Jensen
atte_andre
Offline Send Email
Jun 9, 2006
7:30 pm
353
Atte André Jensen escreveu: >>Does abctool handle K:HP or K:Hp ? How about explicit accidentals?...
Hudson Lacerda
hfmlacerda
Offline Send Email
Jun 9, 2006
8:20 pm
354
... I did figure that much out. But suppose we have K:HP and transpose +2. As far as I understand the draft, HP/Hp always uses the key signature of D major,...
Atte André Jensen
atte_andre
Offline Send Email
Jun 9, 2006
8:52 pm
355
Atte André Jensen escreveu: ... The same as: X:1 %K:Hp K:Amix CDEF GABc | X:2 %K:HP K:Amix CDEF GABc | which is converted to: X:1 %K:Hp K:Bmix DEFG ABcd | X:2...
Hudson Lacerda
hfml@...
Send Email
Jun 9, 2006
9:36 pm
356
... That's easy. It's now in 0.2.9, available at http://atte.dk/abctool/download.php -- peace, love & harmony Atte http://www.atte.dk | quartet:...
Atte André Jensen
atte_andre
Offline Send Email
Jun 9, 2006
10:02 pm
Messages 327 - 356 of 2253   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help