Craig Stuart Sapp

Results 221 issues of Craig Stuart Sapp

When all notes attached to the same beam are invisible, make the beam invisible. In MEI this is not directly possible: for notes the method for hiding notes is `note@visibility="false"`,...

When typing new content into VHV editor, there are crashes related to incomplete data: Fix the memory out of bounds problem caused by the lack of a terminator, which will...

interface bug
humlib

Add notehead layout parameters: ```tsv **kern 4c !LO:N:head=x 4d !LO:N:head=slash 4e !LO:N:head=rhombus 4f *- ``` Target rendering: ```xml Verovio Transcoded from Humdrum ``` ---------------------- Also add an interpretation that sets...

humdrum-to-mei enhancement

Mensuration changes are not being transferred to MEI conversion: They used to, but probably related to changes earlier this year related to storage location of initial mensuration sign. Test data:...

converter bug

When a ligature includes invisible notes, ignore the invisible notes when ending the ligature. Example: In this case the ligature ends too far from the last visible note, so it...

humdrum-to-mei enhancement

Allow markers for editorial text additions to lyrics, with the default display being italic.

Add Plain & Easie export.

Allow fermatas on barlines (i.e., ignore barines when checking if they are the same). ```tsv **kern **kern *M4/4 *M4/4 =1 =1 1C 1cc == ==; *- *- ``` Probably also...

humdrum-to-mei enhancement

Allow for `rr` to be used to encode an explicit ``. This will allow for a rest in a measure that has a duration that is not the same as...

humdrum-to-mei enhancement

Allow dynamics text to be styled (bold-italic in this case): ```tsv **kern **dynam *M4/4 *M4/4 =1 =1 ! !LO:DY:Bi:t=sempre %s 1c f == == *- *- ```

humdrum-to-mei enhancement