Ben Wetherfield

Results 5 issues of Ben Wetherfield

Since every page of the musicXML [docs](http://usermanuals.musicxml.com/MusicXML/MusicXML.htm#MusicXMLReference.htm%3FTocPath%3DMusicXML%2520Reference%7C_____0) contains an example, would it be possible to scrape this, for total code coverage, similar to what we have done with the LilyPond...

enhancement

Hi @choisuyeon et al.! Great paper - thank you for sharing this resource with the community. I was wondering if you could share the output to `conda env export --from-history`...

I wonder if the following could be of use, @jsbean ? ```swift struct Prism { let unwrap: (A) -> B? let wrap: (B) -> A } enum Music { static...

question

At present `let badDur: Duration = 1/>31` causes an error, because 31 is not a power of 2. Proposed eradication of these errors: A constructor of the following form. ```swift...

Some ideas for replacing the enum based articulation with a final tagless approach. This will enable more user customization downstream. ```swift // Articulation that can be represented by a single...