Hi,

I also asked that some time ago. I can’t find the thread (I am
notoriously bad at finding anything on the list archive).
I use it for the clef.

This should work:


\paper {
  #(add-music-fonts fonts 'myfont "gonville" "emmentaler"
     feta-design-size-mapping (/ staff-height pt 20))
  % the 1st font "gonville" is the music font
  % the 2nd font "emmentaler" is the brace font
  % you can add more new names here if you need them
}

\layout {
  \context {
    \Staff
    % here you can use whatever you have defined above
    \override Clef.font-family = #'myfont
  }
}

{ a-"test" }


Cheers,
Joram

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to