music-encoding
music-encoding copied to clipboard
美 The Music Encoding Initiative schema and guidelines development repository
Currently [`zone`](https://music-encoding.org/guidelines/dev/elements/zone.html) only allows [`figDesc`](https://music-encoding.org/guidelines/dev/elements/figDesc.html) and [`graphic`](https://music-encoding.org/guidelines/dev/elements/graphic.html) as children. TEI allows nested [`zone`](https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html)s, which would be a preferable way to encode a clef's position within a measure box. ```xml ```
As shown in the figure below, the underlined elements are not valid in the mei-neume dev-5.0.0 schema. The details and examples are as follows. All the examples are from Einsiedeln...
Maybe I'm missing something, but why are the allowed values for `@trans.diat` and `@trans.semi` decimal values? Corresponding features in other formats allow integers for those, which should be sufficient.
This PR moves tuning attributes to `att.tuning` and adds a `tune.accid` attribute to allow e.g. b flat as reference pitch. `scoreDef`, `staffDef`, and `layerDef` are all made part of this...
Mensural stems were missing the possibility to be identified with a specific glyph. This PR makes `stem.vis` part of `att.extSym` to fix this. Also this makes it part of [att.visibility](https://music-encoding.org/guidelines/dev/attribute-classes/att.visibility.html)...
This PR updates the TEI Stylesheets to latest release 7.53.0. Tested with current develop branch and generated ODDs/RNGs stay stable.
This PR removes `model.eventLike` from `model.syllablePart` and makes `clef` direct member of `model.syllablePart` instead. This solves the problem with `` being allowed in `` from #968 saves us having to...
This PR changes the allowed values for transposition information from decimal values to integer values. fixes #972
This PR adds the agent element to the schema as discussed in #555 and removes all the specialised elements related to persons (e.g. composer, librettist, arranger etc.) fixes #555
- I moved the direct childs `@solo` and `@count` to attribute classes. - To the class att.perfRes where `@solo`moved to, I added a new attribute `@adLib`. This new attribute was...