lilypond-user
[Top][All Lists]
Advanced

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

Re: chord symbol styling


From: tisimst
Subject: Re: chord symbol styling
Date: Mon, 26 Oct 2015 21:05:34 -0700 (MST)

You are close. The correct context is "ChordNames" (with an "s"). This is what is done in the jazzchords.ily stylesheet:

\layout {
  \context {
    \ChordNames
    \override ChordName.font-name = #"lilyjazz-chord"
  }
}

HTH,
Abraham 

On Monday, October 26, 2015, Bric [via Lilypond] <[hidden email]> wrote:
none of the threads discussing this lead to any solution, in my research

How do you change font-family, font-style, font-size of the chord fonts?

I have tried things like...

     \override ChordName #'font-name = "DejaVu Serif"
     \override ChordName #'font-size = #2
     \override ChordName #'font-family = #'roman
     \override ChordName #'font-series = #'bold

but that changes nothing.  Maybe I don't know the correct context these
commands shouild be in...

my *.ly code "compiles" without error, but the chord symbols remain the
same.

Do I need to use the full path of the fonts?

thanks



_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/chord-symbol-styling-tp182781.html
To start a new topic under User, email <a href="" target="_blank">address@hidden
To unsubscribe from Lilypond, click here.
NAML


View this message in context: Re: chord symbol styling
Sent from the User mailing list archive at Nabble.com.

reply via email to

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