Craig Stuart Sapp
Craig Stuart Sapp
Adding language markers such as that is good (Although I should play around with it to see what particulars are needed). This could also be extended to `!LO:TX` markers for...
There are two ways of showing footnotes in a score: (1) as popup text that shows when you mouse over the text in the score associated with the footnote (this...
> In MEI it could be represented as ```xml 1) łagodnie 8 stopowemi głosami sanfte 8fuſsstimmen ``` That is good for having in the MEI file, but it would not...
I have been thinking about this and will work on a VHV filter related to it (it is the last week of classes here at Stanford, so keeping busy).
> Initially I have been played around with [hint.awk](https://github.com/humdrum-tools/humdrum/blob/master/toolkit-source/awk-programs/hint.awk). Using awk would not be useful for running on the web (unless someone has implemented an emscripten-compiled version of the awk...
Current MEI conversion: ```xml Verovio Transcoded from Humdrum ```
Partial implementation with commit https://github.com/rism-digital/verovio/commit/0f46e76d6894268936c2e0d8f73177aff2ad7115 The commit also suppresses `@prolation` etc. when the mensuration is shown in modern notation (since the rhythmic level information has already been applied to the...
Another test: (checking timestamps as well): ```tsv **kern *k[f#] *M3/1 *met(O) =1 2e !LO:TX:a:t=above F 1f# *clefC3 =|| *k[b-] *M2/1 *met(C|) 2f !LO:TX:a:t=above G 2g == *- ``` Note that...
Yes, that is right. The problem was that I had commented out barline editing in the shed tool/filter for some reason. After activating the barline editing, it is now working...
Here is an improvement for the double dash: ```tsv **kern =1- 1c =2 1d =3 1c == *- !!!filter: shed -e "s/([^-]*)(?![\d-])/$1-/B" ``` which compiles to: ```tsv **kern =1- 1c...