This package provides support for using SMuFL fonts in lilypond.
The code here is based on code by Nathan Ho in the openLilyLib snippets repository.
Normally, this package will be installed directly only by developers of smufl fonts. To install using lyp:
$ lyp install smufl
For an example of a SMuFL font package, see bravura.
\require "smufl"
\layout {
\context {
\Score \smuflOn
}
}
Custom fonts are known to work in Lilypond version 2.18.2 or later.