lilypond-user
[Top][All Lists]
Advanced

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

ChordName Font Size


From: Gregory Hollands
Subject: ChordName Font Size
Date: Sun, 12 May 2019 20:29:37 -0400

I want to use an alternative font for ChordNames, but the font I have chosen is not exactly the same size as the default font. The result is that musical symbols (sharps, flat, etc) appear too large.

How can I change the size of the musical symbols in ChordNames so that they match the size of the font? 

%%%
\version "2.19"

% Default ChordName font
ChordsA = \chordmode {
  c2:7 g2:dim aes2:m fis2
}
<<
  \new ChordNames { \ChordsA }
>>

% Alternative ChordName font
ChordsB = \chordmode {
  \override ChordName #'font-name = #"Source Sans Pro"
  \override ChordName #'font-size = #3
  c2:7 g2:dim aes2:m fis2
}
<<
  \new ChordNames { \ChordsB }
>>
%%%

Thank you for your help,
Greg

reply via email to

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