Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 786 Bytes

bravura: Bravura SMuFL font package for lilypond

This package provides the Bravura open-source font for lilypond.

The code here is based on code by Nathan Ho in the openLilyLib snippets repository.

Bravura is a SMuFL font.

Installation

Install using lyp:

$ lyp install bravura

Usage

\require "bravura"

\layout {
  \context {
    \Score \bravuraOn
  }
}

For more details see the included example.

Compatibility with Lilypond versions

This font is known to work in Lilypond version 2.18.2 or later.