Thomas Weber
Thomas Weber
If I tested this correctly, 029574a broke it.
As per [a suggestion](https://github.com/music-encoding/guidelines/pull/145#issuecomment-591927828) by @kepper, this introduces a way of encoding SMuFL strings like: ```xml  ``` I split [att.typography](https://music-encoding.org/guidelines/v4/attribute-classes/att.typography.html) for this as `@fontstyle` and `@fontweight` are not applicable...
`@tgrp` is mainly intended for polyphonic situations where elements like notes/chords/rests as well as augmentation dots and accidentals need to be shifted to avoid collisions and/or to achieve a sensible...
The [documentation for `@cue`](https://music-encoding.org/guidelines/v4/attribute-classes/att.cue.html) just says > Attributes that describe "cue-ness". Can we define what cue-ness means? Specifically, does this mean that a note is (logically) a cue from a...
Motivation: Unclarities and misleading naming. 1. The naming `data.MEASUREMENTABS` and `data.MEASUREMENTREL` suggested relative vs. absolute units, however they are actually unsigned vs. signed units. 2. In [`data.TEXTRENDITIONPAR`](https://music-encoding.org/guidelines/v4/data-types/data.textrenditionpar.html) (used by `@rend`),...
When we have MusicXML like this: ```xml Dal al 16 ``` Verovio will only convert the first `` element and ignore all others. ```xml Dal ``` This should be handled...
Truncating (by simply casting) may result in inaccurate color values.
This is of course not a real-life application, but I have a bad feeling about learners being presented with code that can screw them and users of their application in...
Not escaping quotes will lead to syntax errors in Lilypond (see added test file)
I added some test files in my pull requests, but there's no automation for testing. Could we collect some ideas how to test? Not sure whether there is an existing...