Christoph Dalitz <[EMAIL PROTECTED]> wrote:

> 2) rhythm of "grace notes"
> 
> abc supports grace notes, which are printed by abc2ps as eigth notes in
> reduced size. A single grace note is printed as an eigth note with an
> oblique stroke (ie. a short appogiatura in 19th century context).
> 
> While doing some transcriptions of viol sonatas, I need grace notes
> which are not eigth notes. The straightforward implementation (allowing
> rhythm factors in braces: {a//g//f//a//}) has a compatibility issue:
> according to the old abc standard (or its interpretation that was
> implemented in abc2ps), grace notes without a rhythm factor are of the
> length 1/8 rather than that of the L: field.
> 
> Any suggestions?

The draft standard includes the idea that grace notes should have 
modifiable lengths just like regular notes, and suggests that the 
software package should set the default length, although it might be 
more prudent to add this info to an extended L: field or create a new 
field so that all the info is in the tune.  This length should 
definitely *not* be derived from the standard L: field itself.  One 
shouldn't have to change the way grace notes are indicated based on 
changes in L:, and I defintely don't want to have to write a Highland 
pipe jig (typical grace = 1/32) like:

L:1/8
K:HP
{g//}A{d//}A{e//}A {g//e//f//}e2 f | {g//}ec{G//}c {g//e//f//}e2

instead of the much more legible

L:1/8
K:HP
{g}A{d}A{e}A {gef}e2 f | {g}ec{G}c {gef}e2

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

Reply via email to