Zach DeCook
Zach DeCook
Pitch is supported since #168 was merged Your specific example is a little more complicated What you want to first do is some pre-processing (perhaps with lexconvert.py?) to split your...
On June 24, 2020 10:26:26 AM EDT, shyam3089 wrote: >> >> >> Pitch is supported since #168 was merged >> >> Your specific example is a little more complicated >>...
Yeah, SVG in OpenType fonts are currently not displayed in color by `links -g`, `chromium`, `midori` or `servo`. (My server is a virtual machine (in the cloud) with a limited...
This can be (slightly) implemented by defining `ondrop` and `ondragover` on #songContainer ```html ``` (of course, we wouldn't want to define it as inline javascript), and would probably want transposing...
> I wanted to check how they keep the glyph codepoints constant MaterialDesign has a `meta.json` (similar format that a lot of the FontAwesome-derivatives have). With a little jq-foo: `jq...
[git-filter-repo](https://github.com/newren/git-filter-repo/) is the newish, easy, efficient, and recommended way to clean up a repository like this one. If you don't care about keeping a separate repo around (after all, the...
Adding the flags ```diff diff --git a/Makefile b/Makefile index 8f8cbbe..42bba34 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ endif # Compile flags # -CFLAGS = -O3 -std=c11 -CXXFLAGS =...
This is irrelevant now that we're in GTK-4 and https://github.com/dino/dino/pull/1276 exists (just need that to be merged and get a version bump and we'll be good).
The musicxml specifies a whole measure rest (because type is undefined), and the whole measure is 1 quarter-note long. So I think we should create an mRest with dur and...
> Yes, to make your example complete, I would expect to have `` > You could make these changes in meter explicit, but the meaning of mRest in this example...