Good going! I have the Bravura font working on Windows 10 Pro 1909 and Lilypond 2.21.1. But in the project I tried, I asked for Aiken head notes and didn't get them.

<http://lilypond.org/doc/v2.21/Documentation/notation/note-heads#shape-note-heads>

Small example attached. Does anyone know if Bravura has Aiken head notes? Or what font viewer could be used to check, since the Windows one only shows text and not music symbols.
--
Karlin High
Missouri, USA
\version "2.21.1"
\paper{
  #(define fonts
    (set-global-fonts
      #:music "BMusicFont"
      #:brace "profondo"
      #:roman "Academico"
  ))
}

\include "bmusicdefinitions.ily"

\header{
  title = "Aiken Bravura Test"
  composer = "me"
  poet = "also me"
}

\score {

  {
    \aikenHeads
    c'4 d' e' f' |
    g'2 a' |
    b'1 |
    c''1
  }

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

Reply via email to