staff-rs / staff

Music theory and score rendering library with midi, notes, chords, scales, and more.
https://staff-rs.github.io
MIT License
253 stars 11 forks source link

Is a font missing on my system? #16

Closed johnblommers closed 1 year ago

johnblommers commented 1 year ago

When I convert the cited example.ly file there are two notes with rectangles beside them suggesting that staff is expecting a font missing on my system. No messages arert to this. This is the SVG file:

Notes

matthunz commented 1 year ago

Ah yeah right now the crate uses Noto Music by default but there should definitely be an option to change it

For now I'll definitely add that to the readme