[abcusers] BarFly update

2003-02-26 Thread Phil Taylor
There are new versions available for BarFly Classic (v1.31) and
BarFly Carbon (v1.3b4).

No new features this time, but some serious bugs fixed in the
Carbon version, and some minor ones fixed in the Classic.

Phil Taylor


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


[abcusers] Inverted quadruplets

2003-02-26 Thread Forgeot Eric
in Abc notation, for playing 5 notes in the time of 4 we can use
quintuplet. Now, let think I want the opposite, playing 4 notes in
the time of 5. How can I do that ? I used for ex :
F,5/4F5/4C5/4F5/4 instead of F,FCF . It seems correct this way,
but some applications seems to complain (abcm2ps for ex.).
Abc2midi seems to play it correctly. Is there a specific notation
(probably not in abc) but for music in general for this kind of
effect ?


ex : 

X:6
T:The storm before the calm
Z:<[EMAIL PROTECTED]> -- http://anamnese.fr.st
M:none
L:1/8
Q:1/4=57
K:A
%%MIDI transpose 0
%%MIDI program 0
%%staves {1 2}
%%vskip 2cm
V:1
|: [M:5/4] c10/4A10/4 d/d/-d2-d/A/ |  [M:4/4] B2 G-G/d/ c3-c/A/ :|
V:2
%%MIDI transpose -24
%%MIDI program 0
K:A bass
|:  [M:5/4] F,5/4F5/4C5/4F5/4  B,B[Fd]B |  [M:4/4] CB[Fd]B ccAc :|

without this specific effect it should have been :

X:6
T:The storm before the calm
Z:<[EMAIL PROTECTED]> -- http://anamnese.fr.st
M:4/4
L:1/8
Q:1/4=57
K:A
%%MIDI transpose 0
%%MIDI program 0
%%staves {1 2}
%%vskip 2cm
V:1
|: c2A2 d/d/-d2-d/A/ |   B2 G-G/d/ c3-c/A/ :|
V:2
%%MIDI transpose -24
%%MIDI program 0
K:A bass
|: F,FCF  B,B[Fd]B |   CB[Fd]B ccAc :|


___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html


Re: [abcusers] Inverted quadruplets

2003-02-26 Thread Phil Taylor
>in Abc notation, for playing 5 notes in the time of 4 we can use
>quintuplet. Now, let think I want the opposite, playing 4 notes in
>the time of 5. How can I do that ? I used for ex :
>F,5/4F5/4C5/4F5/4 instead of F,FCF . It seems correct this way,
>but some applications seems to complain (abcm2ps for ex.).
>Abc2midi seems to play it correctly. Is there a specific notation
>(probably not in abc) but for music in general for this kind of
>effect ?

Writing F5/4 will cause problems for most display programs, since
the time value 5/4 can't be displayed as a single note in staff
notation.  Player programs will generally have no problem with it
though.

You can do what you want using the extended tuplet notation:

(4:5:4F,FCF

should work.

Phil Taylor


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