Klaus Rettinghaus

Results 164 issues of Klaus Rettinghaus

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

Component: Core Schema
Status: Ready To Merge
Component: Customizations

This PR changes the allowed values for transposition information from decimal values to integer values. fixes #972

Component: Core Schema
Status: Needs Review

This is a first attempt to unify remarks that mention other standards and add generic references to TEI and EAD websites (see #878).

Component: Guidelines & Documentation
Component: Core Schema
Status: Needs Discussion

We have a `lv` element, but this is AFAICS just for encoding an open tie. There should be an `@form` attribute to specific the visual appearance. Proposed values: - `"none"`...

Component: Core Schema
Priority: Medium
Type: Feature Request
Status: Needs Discussion

This PR is an attempt to bring the style of the source files a bit more in line with TEI. - extracts resolved abbreviations into `gloss` elements with an additional...

Component: Core Schema
Component: Utils

The tuning attributes (`@tune.pname`, `@tune.Hz`, `@tune.temper`) should be grouped into a separate `att.tuning` class. Maybe `@tune.accid` could be added, to allow semitones as reference. Currently they are allowed only on...

Currently it is not possible to nest `meterSigGrp` within `meterSigGrp`. Take this example from the _Fitzwilliam Virginal Book_ edition from 1899: ![image](https://user-images.githubusercontent.com/7693447/171677606-fcdca5e6-6f57-4615-b9a5-ebee7a386e4c.png) One way to encode this (visually) would be...

Currently it not easy/possible to encode a `segno` serpent. ![](https://smufl-browser.edirom.de/E04B.png) How about adding a `dblsegno` value to `data.BARRENDITION`?

in preparation for #913 this extends the template for `tei:term` and add one for `tei:name`.

Status: Needs Review
Component: Utils

This PR adds the `@onstaff` attribute to `custos`. Based on [this comment](https://github.com/music-encoding/music-encoding/issues/944#issuecomment-1102526832) it introduces a new `@custos.onstaff` for `scoreDef` and `staffDef` as a global styling option. Closes #944.

Component: Core Schema
Status: Needs Discussion