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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to