Craig Stuart Sapp
Craig Stuart Sapp
Commit https://github.com/rism-digital/verovio/commit/a4f5d00af776869e6ca1666b2cf312b348462ecf fixes many problems (not checked with single staves, and not implemented for hairpins yet). Rendering of current tests are now as expected:
`satb2gs` could be adjusted to convert 4-part single-voice parts to this format. Currently this can be done semi-automatically by first running this filter: ``` extract -k 1,4,3,2 ``` This extracts...
The best way to use in MS Windows 10 is to install WSL: https://learn.microsoft.com/en-us/windows/wsl/install Here is the command in Power Shell needed to set up WSL: ``` wsl --install ```...
I added this commit which might solve the problem: https://github.com/craigsapp/humextra/commit/0307e7bb82a64a65355b89bebd1bc9f8b3924069 This hopefully improves suppression of compiling humplay if the improv library is not available (which is probably related to WSL2....
I see that there are two compile targets in `humdrum-tools/humextra/Makefile.programs` for compiling programs. I was testing with the one that compiles a single program, but the other method is used...
There are two points I see right now: (1) The command is `make programs` with an `s` missing when you typed it. (2) The library compiling process overall was successfull...
There is a `**jazz` interpretation in Humdrum which functions more or less as your idea for ``, although I do not implement it yet. However with `**jazz`, I wonder why...
I have maybe seen one example of `**jazz` (and not the 1000 scores), and it is briefly mentioned in this paper: https://www.researchgate.net/publication/259731551_Diachronic_Changes_in_Jazz_Harmony_A_Cognitive_Perspective Claire Arthur created `**harte` for her research which...
There are two aspects that are needed (1) a computer-readable description of the pitch-classes that belong to the chord, and (2) a graphical representation when printing. In other words there...
That looks good. The commas make things very slightly easier to read in my opinion: ``` C:(3,5,b7,#11)/3 C:(3 5 b7 #11)/3 ``` And might help with catching encoding errors, where...