Craig Stuart Sapp
Craig Stuart Sapp
Also: (1) Do you want the complication of the `q` to be involved, or leave it out? (2) We could also disallow symbolic values in `@dur.recip` such as `0` for...
Implemented with commit https://github.com/rism-ch/verovio/commit/ae12c906b86474d75bbb1ee846b24b001943888a I adjusted the `**recip` durations based on the previous post in the thread (remove `q` and convert symbolic rhythms to numeric ones). If that is good,...
Here is the original `**recip` documentation: https://www.humdrum.org/rep/recip The problem is that grace notes were not considered in the original system, as well as non-integer divisions of the whole note (other...
> See my commit here: music-encoding/music-encoding@07fde5d That is a good definition for symbolic `**recip`: ``` [0-9]+(%[0-9]+)?\.*q? ``` with the exception that I noticed that `q` could exist by itself, so...
I don't want to preserve the `**recip` data by default in the Humdrum conversion since in theory it can be extracted from the MEI parameters (sometimes difficult to reconstruct when...
There are fermatas in mensural music, so it would be good to add. Do fermatas have a different name (element) in mensural music perhaps? It is typically called a `corona`,...
Grace notes are not conducive to computational performance since there is leeway by the performer on how to perform them (and may be played differently at different tempos), and also...
Here is an example where the primary note is dotted (half and quarter): I would expect that the grace note takes one eighth note of time from the main note...
The problem with implementing grace notes in the MIDI conversion will be that people will want to hear them played correctly 😉 > One special form of the appoggiatura is...
It is not a problem to me if the origin changes, but if it does, then the `pageMarginTop` default value should be updated.