grochat / verovio

🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)
http://www.verovio.org
Other
0 stars 0 forks source link

elastic ligatures #13

Closed grochat closed 1 year ago

grochat commented 4 years ago

Depending on the layout constraint, ligatures should have some horizontal elasticity.

lpugin commented 4 years ago

FYI, the FontInfo class has now a m_widthToHeightRatio member and a SetWidthToHeightRatio method, which you can use to scale a glyph. It was added in this commit https://github.com/rism-ch/verovio/commit/9e86fa258d5d94bb5d0eb322059086b098bfc2dd

grochat commented 4 years ago

I see, thanks! That should work :-)