lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord names font


From: Klaus Blum
Subject: Re: Chord names font
Date: Wed, 15 Jun 2016 07:17:42 -0700 (MST)

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.



reply via email to

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