lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: instrument name font


From: Nick Payne
Subject: Re: instrument name font
Date: Sat, 30 Jun 2012 14:07:12 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]