lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I change the ChordNames font?


From: Kieren MacMillan
Subject: Re: How can I change the ChordNames font?
Date: Fri, 20 Jul 2007 07:23:24 -0400

Hi PabloZum,

Do you know how I can change the ChordNames defautl font?

The code included below works fine for me.

Hope this helps!
Kieren.
__________________

\version "2.11.27"

harmonies =
{
        \override ChordName #'font-name = #"Times"
        \chordmode { a1 b c } <d' f' a'> <e' g' b'>
}

\score
{
        <<
                \new ChordNames \harmonies
                \new Staff \harmonies
        >>
}




reply via email to

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