DDMAL/MEI_encoding

Accidentals (flats) ignored

Open

#2 opened on Oct 18, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
Priority: Lowenhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Accidentals are the one case (at least that I'm aware of) where a single glyph's presence doesn't create an MEI element of its own (as with neume components, custos, clefs, etc); its presence is registered by adding an attribute to the following glyph. This'll require special treatment in the MEI building routine, though I'm not sure where to put it yet; trying to avoid turning it into a tower of if statements.

Contributor guide