Results 112 comments of Rodrigo Vilar

> Gootville otf is smaller than Gonnville. It looks like the glyphs.ts is smaller also, which is a little surprising. So it shouldn't affect it negatively. > > I didn't...

I am working on a SMuFL compatible Gonville (moving the glyphs to the SMuFL specified location). I will change this PR to draft and keep it open so that you...

Concept already there! @ronyeh the SMuFL-izer is `tools/fonts/gonville2smufl.py` now the table has to be completed. :)

It is more complex than expected, the origin has to be adjusted as well for some glyphs. Using `translate` to fix this.

Almost there, a few glyphs pending.

Ready to review. I have moved the Gonville SMuFL generation to https://github.com/rvilarl/gonville I will also reference it in smufl.org should anyone want to use it.

Gonville SMuFL has been created moving the original Glyphs to the SMuFL specified location. The render coordinates had to be adjusted on several instances. Keys are a little bit smaller:...

There were some bugs in the previous font that are now resolved: **current** ![Articulation Articulation___Staccato_Staccatissimo Gonville_current](https://user-images.githubusercontent.com/22865285/205431894-f9c9565f-0797-4843-ac34-8f39269078f7.png) ![Articulation Articulation___Marcato_L_H__Pizzicato Gonville_current](https://user-images.githubusercontent.com/22865285/205431946-512a1647-936d-4e89-ac47-8b12f8cb6138.png) ![Articulation Articulation___Snap_Pizzicato_Fermata Gonville_current](https://user-images.githubusercontent.com/22865285/205431999-90167da2-766e-4ff9-844a-c2b3c3b3cc14.png) **reference** ![Articulation Articulation___Staccato_Staccatissimo Gonville_reference](https://user-images.githubusercontent.com/22865285/205431893-57a7c09c-e5f5-4f14-b07f-77b4bf84d7d7.png) ![Articulation Articulation___Marcato_L_H__Pizzicato Gonville_reference](https://user-images.githubusercontent.com/22865285/205431947-37affafd-4695-4eb7-8a62-dfc8e5b90529.png) ![Articulation...

Looking in detail at all the tests, I found two bugs: - clef code used for percussion was wrong, now fixed. - stavetempo had not been aligned with #1477, now...