Klaus Rettinghaus

Results 163 issues of Klaus Rettinghaus

In some prints (mid-measure) clef changes are followed by an additional key "reminder": ![](https://api.digitale-sammlungen.de/iiif/image/v2/bsb10598495_00479/20,220,1900,300/1000,/0/default.jpg) Trying to encode this leads to a key signature rendered at the wrong position (before the...

feature request
low priority

Converting tie attributes into tie elements won't work as expected in combination with system breaks. The problem is that the elements are appended to the measure where the ties end,...

enhancement

Some SMuFL fonts bring stylistic alternates for some glyphs like the recommended ones in Bravura: https://w3c.github.io/smufl/latest/tables/clefs.html The problem is, that they share a code point with another glyph and the...

feature request

closes #1575 closes #1582

waiting for MEI clarification

When importing from Humdrum, `**recip` values are converted to `@dur`. It would be nice to keep the original values additionally in `@dur.recip` (see https://music-encoding.org/guidelines/v4/attribute-classes/att.duration.gestural.html). Should be an easy task for...

waiting for MEI clarification

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 ```

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...

Component: Core Schema

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)...

Component: Core Schema
Status: Needs Review

This PR updates the TEI Stylesheets to latest release 7.53.0. Tested with current develop branch and generated ODDs/RNGs stay stable.

Status: Needs Review
Type: Maintenance