Hi Ralph, 

you can add those commands in the \layout section:

%-------------------------------

% Chord names
\version "2.19.33"
\include "english.ly"


tune =    \relative {
  g'4 g a g  |
}

tuneChords = \chordmode {
  g2 d2
}

\score {
  <<
    \new ChordNames \tuneChords
    \new Staff \tune
  >>
  \layout {
    \context {
      \ChordNames
      \override ChordName #'font-size = #4
      \override ChordName.font-shape = #'italic
      \override ChordName.font-series = #'bold
      % etc.
    }
  }
}

%--------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Chord-names-font-tp191667p191672.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to