Skip to search.
abcusers

Group Information

  • Members: 303
  • Category: Music
  • Founded: Oct 16, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 327 - 356 of 8064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
327 Atte André Jensen
atte_andre Offline Send Email
Jun 1, 2006
10:30 am
... 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...
328 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 1, 2006
2:55 pm
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...
329 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 1, 2006
7:03 pm
Hudson Lacerda escreveu: > Atte André Jensen escreveu: [...] >>The regular expression I use for detecting chord roots (which are the >>only things transposed...
330 Atte André Jensen
atte_andre Offline Send Email
Jun 5, 2006
7:18 am
... Done. Get version 0.2.3 from http://atte.dk/abctool/ The transposition now disregards guitar chords starting with either <, ... transposes those it finds. ...
331 Atte André Jensen
atte_andre Offline Send Email
Jun 5, 2006
7:37 am
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...
332 Phil Taylor
carpedestria Offline Send Email
Jun 5, 2006
3:59 pm
... See: <http://www.barfly.dial.pipex.com/bfextensions.html> (half way down the page) Phil Taylor...
333 Atte André Jensen
atte_andre Offline Send Email
Jun 5, 2006
7:36 pm
... 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,...
334 Phil Taylor
carpedestria Offline Send Email
Jun 5, 2006
9:26 pm
... 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,...
335 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 5, 2006
9:56 pm
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)...
336 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 5, 2006
10:27 pm
Atte André Jensen escreveu: > > Not sure what you mean (never used macro replacements with abc, let > alone barfly). Could you elaborate a bit? > For...
337 Atte André Jensen
atte_andre Offline Send Email
Jun 6, 2006
9:08 am
... 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...
338 Atte André Jensen
atte_andre Offline Send Email
Jun 6, 2006
9:49 am
... 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...
339 Phil Taylor
carpedestria Offline Send Email
Jun 6, 2006
9:57 am
... 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...
340 Atte André Jensen
atte_andre Offline Send Email
Jun 6, 2006
10:46 am
... 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...
341 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 6, 2006
3:05 pm
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 >...
342 Phil Taylor
carpedestria Offline Send Email
Jun 8, 2006
11:28 am
... 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...
343 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 8, 2006
2:54 pm
Phil Taylor escreveu: > OK. If I understand this correctly, it means that the original > transcription has to use accidentals "correctly"? That is, if the...
344 Luis Pablo Gasparotto
luispa8 Offline Send Email
Jun 8, 2006
6:05 pm
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...
345 Atte André Jensen
atte_andre Offline Send Email
Jun 8, 2006
10:45 pm
... This was fixed yesterday... -- peace, love & harmony Atte http://www.atte.dk | quartet: http://www.anagrammer.dk http://www.atte.dk/gps |...
346 Atte André Jensen
atte_andre Offline Send Email
Jun 8, 2006
10:56 pm
... 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...
347 Atte André Jensen
atte_andre Offline Send Email
Jun 8, 2006
10:59 pm
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...
348 Luis Pablo Gasparotto
luispa8 Offline Send Email
Jun 8, 2006
11:26 pm
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...
349 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 9, 2006
2:45 am
350 Atte André Jensen
atte_andre Offline Send Email
Jun 9, 2006
8:42 am
... 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...
351 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 9, 2006
4:46 pm
Atte André Jensen escreveu: > Hudson Lacerda wrote: > >>--- Version 0.2.6 - 7/6-2006 --- >>[...] >>* now treats 'K:' (with missing key) as 'K:none' >> >>This...
352 Atte André Jensen
atte_andre Offline Send Email
Jun 9, 2006
7:30 pm
... 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...
353 Hudson Lacerda
hfmlacerda Offline Send Email
Jun 9, 2006
8:20 pm
Atte André Jensen escreveu: >>Does abctool handle K:HP or K:Hp ? How about explicit accidentals?...
354 Atte André Jensen
atte_andre Offline Send Email
Jun 9, 2006
8:52 pm
... 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,...
355 Hudson Lacerda
hfml@... Send Email
Jun 9, 2006
9:36 pm
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...
356 Atte André Jensen
atte_andre Offline Send Email
Jun 9, 2006
10:02 pm
... 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:...
Messages 327 - 356 of 8064   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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