kepper
kepper
Not sure it helps, but here's another personal take on this. From my perspective, FRBR can be very helpful to describe the available sources / dissemination / known situation of...
there might be a need for something like this, but probably not inside `@tstamp` to avoid overloading this attribute. We agree that `@qstamp` could be a good way out.
The observed problem is still there (we guess), but it might be solved differently. First, impact on different repertoires should be considered. Then, it might be interesting to think about...
There is another script for such purposes, which might be slightly more robust, and it covers many more elements from MEI, and also allows to go back and forth between...
I had a brief first look, but that look indicates that the problems solved in https://github.com/music-encoding/encoding-tools/pull/23 do not apply to mei2musicxml – the same saxon-specific function isn't used here. It...
There is something coming up from @DILewis and @reinierdevalk in connection with #MEC2020, but as this includes new markup proposals, it's probably better handled in the dev version. Leaving it...
I wouldn't remove the current xpath setup, I would just add the RNG to get rid of pure structural checks (make sure that staffDef is nested inside staffGrp is nested...
I like it, but I can already hear @lpugin complaining about an over-engineered solution ;-) Another idea I had was to somehow parse the sample solution in the XML files...
But you're using CodeMirror, right? Right now, the tutorials are built around Ace. How strong is your setup tied to CodeMirror, and do you think we could (more or less)...
The reason to use Ace in the first place was mostly that I'm familiar with that already. I remember having tried CodeMirror a couple of years ago, where I ran...