Skip to content

lyp-packages/smufl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smufl: SMuFL font support for lilypond

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.

Installation

Normally, this package will be installed directly only by developers of smufl fonts. To install using lyp:

$ lyp install smufl

Usage

For an example of a SMuFL font package, see bravura.

\require "smufl"

\layout {
  \context {
    \Score \smuflOn
  }
}

Compatibility with Lilypond versions

Custom fonts are known to work in Lilypond version 2.18.2 or later.