On 30/06/12 12:22, Jeffrey Trevino wrote:
What's the best way to change the instrument name font? I tried a bunch of overrides, and even made a new font tree, but it's staying put with New Century Schoolbook, despite my best efforts. J

This works for me:

%========================
\version "2.15.40"

\relative c'' {
    \set Staff.instrumentName = "Guitar"
    d d d d
}

\relative c'' {
\set Staff.instrumentName = \markup { \override #'(font-name . "Trajan Pro") "Guitar" }
    d d d d
}
%========================

Nick

<<attachment: test.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to