Knut Nergaard

Results 29 issues of Knut Nergaard

The newer stem glyphs for headless notes (uniE204 and uniE205) have a retracted stem of about 50 units compared to the base glyph in the Stems range (uniE210), which extends...

The Time signature fraction slash glyph (uniE08E) in Bravura is scaled according to the size of the fraction numbers (≈50%) rather than the time signature numerals themselves. Since there are...

All stylistic alternates and ligatures in Bravura are named as unique characters, while SMuFL references their primary character(s). E.g., the character _flag8thUpStraight_ is named uniF40F in Bravura, while SMuFL appropriately...

The stylistic alternate for uniE4D1.salt01, angled (regular) single-stroke caesura, has the same descriptive name as it's base glyph uniE4D1 _(caesuraSingleStroke),_ and should be renamed to _caesuraSingleStrokeAlt_ Also, there is inconsistency...

The metadata file of the official release of Bravura here on GitHub, "bravura_metadata.json", is named differently than the one released with Dorico and specified in the SMuFL standard, "bravura.json".

The italic function in Delta Machine does not seem to preserve italic angle. Is this a dormant feature or does it require something more than pressing the italic button?

I'm encountering an issue when trying to build my app using py2app. The error message I receive is: ```zsh macOS 11 (1107) or later required, have instead 11 (1106) ```...

- add type annotations and edit/add documentation to `base/font.py` - add new module for type annotation definitions: `base/type.py` - add intersphinx mapping to python 3 inventory to `documentation/source/conf.py`

This is a two-part issue. First, I've spent som time today annotating the `normalizers.py` mdule, and come to the realisation that since there are so many internal types that differ...

`base.IdentifierMixin.identifier` is a read-only attribute which returns `str` or `None`. The docs for the `_get_identifier` method states that an identifier should be assigned to any object that does not have...