Paolo Prete <paolopr...@gmail.com> writes:
> 1) Is there a GPL or open-source alternative for FETA fonts for
> accidentals that can be used with Lilypond?

Have a look through these repos: https://github.com/OpenLilyPondFonts

Instructions for using these fonts are available at
https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Installation-And-Usage.txt

The gist is to use a paper block something like this after installing
the font in the appropriate place on your system:

--8<---------------cut here---------------start------------->8---
\paper {
  #(define fonts
    (set-global-fonts
      #:music "mtf-beethoven"
  ))
}
--8<---------------cut here---------------end--------------->8---

--
Jamie


Reply via email to