Craig Stuart Sapp
Craig Stuart Sapp
Here is some CSS code that I use on VHV, probably related to this problem: ```css svg:not(:root) { overflow: inherit; } ``` This implies that probably the `` is not...
My suggestion on https://github.com/music-encoding/music-encoding/issues/1450 is to use `@func`. There is currently no `dir@func`, but there is `tempo@func`.
Also for mordents and turns at the same time if convenient. Click to view MEI data for above example. ```xml Verovio Transcoded from Humdrum brack paren box brack paren box...
See also older discussion about mixed-stem beams: https://github.com/music-encoding/music-encoding/issues/690
There is some previous issue requesting this, but I cannot find it at the moment.
A similar feature request is to be able to control the line height for `` within ``: Click to view MEI data for above example ```xml Verovio Transcoded from Humdrum...
This could potentially be related to the option: ``` --justification-max-vertical Maximum ratio of justifiable height to page height that can be used for the vertical justification (default: 0.30; min: 0.00;...
`note@colored` is intended for mensural music, is that related to why you are using it in CMN? In white mensural notation, the minim is being colored properly: Click to view...
I notice in black mensural notation, `note@colored` is not working properly: Click to view MEI data for above example. ```xml Verovio Transcoded from Humdrum ``` The notes on the bottom...
> colored attribute is explicitly also meant for CMN as stated in the guidelines. How should it be rendered in CMN? Visual display of coloration is different in white and...