Craig Stuart Sapp
Craig Stuart Sapp
> you would have footers for even/odd (left/right in an opening) That is a good point. > However, sometimes a page footer on the last page is unique; What example...
Mostly implemented with commit https://github.com/humdrum-tools/humdrum-notation-plugin/commit/e19a2024c811ed60805f4e143902aef5210e13a4. Example: The feature is embedded into HNP. Here is the source code of the HTML file for the above page: ```html My Score displayHumdrum({ source:...
Commit https://github.com/humdrum-tools/humdrum-notation-plugin/commit/c3e4ce90a8fe0af5d721fe14c20efe8ba439bd66 implements language fallbacks. Example: ```html My Score displayHumdrum({ source: "my-score", autoResize: "true", lang: "IT; ES; EN" }); !!!COM: Mozart, Wolfgang !!!OTL: In C **kern 1c *- !!@@BEGIN: PREHTML...
Commit https://github.com/humdrum-tools/verovio-humdrum-viewer/commit/9a3ccb414a9b9c8765518705c3c503fa420b2093 allows this system to work in VHV. I implemented separately in VHV since HNP was not originally used and it is easier to emulate same functionality from HNP...
Commit https://github.com/humdrum-tools/verovio-humdrum-viewer/commit/a17d01e8c77ff619521531fe0f7e8bf7de82b301 implement automatic language selection based on menu language. Example: ```tsv !!!OTL: Default title !!!OTL@PL: Polski tytuł !!!OTL@ES: Título español **kern 1c; == *- !!@@BEGIN: PREHTML !!@STYLE: margin-bottom: -30px...
Implemented. Preferably null tokens such as `*` will not be used, and instead `*null` (or similar) will be used: ```tsv **kern !LO:MO:mod=*null *2\right 2cc *- ``` running modori -m on...
I will review the null behavior. But in the meantime, the following works in a similar manner: This means that there is no dynamic marking in the original score, but...
> 1. In the [documentation](https://www.humdrum.org/guide/ch27/) it says that one should use the **text interpretations if you are not using hyphenation or **silbe if you are using syllables for each note....
> 2. Is the text command working? Running extract -f 2 kern/01-beatus-vir.krn | text on [this file](https://github.com/WolfgangDrescher/lassus-geistliche-psalmen/blob/master/kern/01-beatus-vir.krn) with modified `**silbe` insted of `**text` I just get null tokens returned. For...
> However I seem to have "lost" the shed filter in the CLI. which shed will not find a command. Also reinstalling the humdrum-tools with both humextra and humdrum did...