Craig Stuart Sapp
Craig Stuart Sapp
> The two little flower symbols in bar 3 mean you pluck the string with your thumb by feel. The first one is played quickly before the beat, like a...
"Tuba" text gets lost in the conversion (not in verovio): ```xml This MEI file was created by Verovio's Humdrum converter. When published, this unpub element should be removed, and the...
Yes, you can add an explicit verovio record to turn off the "condense" option: ```tsv !!!verovio: condense none ``` That option can be left in the data if the score...
A related item: I currently only display system-level text at the top of the system (or bottom). For orchestral scores, the system-level text is repeated for each barred group of...
> under a beam using "under" could be confused with `@place="below"`, so another word or phrase would be better, such as "contained within a beam", "associated with a beam" or...
The problem is that `@beam` is then used for both visual and analytic purposes, which are better to keep separate. Currently it is only analytical according to the documentation, and...
> However, `@beam` can also be useful for analysis I am wanting `@beam` to remain *only* used for analysis, and not used (directly) for rendering. Using it as a stepping...
Changes from MEI 3.0 to MEI 4.0 and other edits to do for chapter 14 - [ ] `@dur.ges`values using PPQ tick durations should now be changed to `@dur.ppq` for...
The problem with the rests is partially related to them being placed in MEI `layer="1"` while the hidden notes are in MEI `layer="10"`. Changing layer 1 to layer 11 places...
> I'm using cue notes because I don't want the notes to be played or included in MIDI. Is there a better way to exclude notes from MIDI without marking...