Thomas Weber
Thomas Weber
When I have a text item with the following content, how should that be converted? Allegro \ctext.character.musictext\q.\f_\=120 "q." signifies a dotted quarter. The [guidelines suggest](https://music-encoding.org/guidelines/v4/content/shared.html#sharedTempoMarks) to use `` with the...
This is related to #75. I have a [WIP branch](https://github.com/music-encoding/sibmei/compare/22f18e8%5E1...notengrafik:wip/endids-on-lines) that is intended to add `@startid`, `@endid` and `@plist` to all "spanners", following the voice numbers 0-4 (0 meaning "add...
How should dangling ties be encoded? In any case, the current way of converting them in chords is flawed: ... I.e., the first tie goes from one chord note to...
I think in multi-layer situations it should be best practice to encode a `` in all affected layers, using `@sameas` to refer to a "primary" clef. This avoids having to...
We don't have a sample with an `` element yet. I'm not entirely clear about how to use them. Per [the specs](http://music-encoding.org/documentation/3.0.0/fTrem/) they may be put inside `` elements, but...
When running `tree-sitter test` on [this repo](https://github.com/th-we/tree-sitter-crash-demo), the command will hang and eat more and more memory until it crashes. In the test case, there is a "ZERO WIDTH NO-BREAK...
This is not intended as a ready-to-merge pull request – it still needs some work and I'd like some feedback. When I type `__foo//bar%%` into the WYSIWYG editor, then a...
**Describe the problem** When converting ``s with `@startid` and `@endid` inside beams to MEI basic, Verovio wraps the entire beam into a tuplet instead of just the tuplet notes. **To...
I had to install `libfontconfig-dev` on my system for a successful build.
All the libmei functions have been moved to the Sibmei plugin, but the extension API still has a field `libmei`. So that extensions still work, I provisionally dropped in sibmei5...