Releases: sitandr/conchord
Releases · sitandr/conchord
Conchord 0.4.0
I decided to start making Github releases to notify anyone interested, starting from this update.
The 0.4.0
conchord version is already published at Typst Packages and can be used with
#import "@preview/conchord:0.4.0": *
What's new
- Improvements to WASM backend:
-5
chords support and improved evaluation, fixed some crashes. So now it is possible to renderA5
chord, and what's more, the "classic" version will be one of the first. - There were requests for centering chords relative to words in songsheets. To solve that, I've added a special
aligned-chords
song sheet layout function, as an alternative tooverchord
that requires more specifying, but produces a bit nicer result. - Improve styling possibilities. Now even
smart-chord
hasstyling:
argument that will style its label. - Added "fancy" styling function with
♭♯
and superscripts for numbers. It can be easily rewrited for any custom styling. - Made number of frets changeable on chord diagrams (the "height" of chord diagram).
- Added option to find chords without missing fifth (now you can just avoid these strange red chords).
- Improved Reference
See more information in README and Reference.
Thank you for the issues, @grenmester, @manuelVo, @nazgu1, @istudyatuni and @jlnrrg!