Re: Setting chordName font size

2014-01-07 Thread Noeck
Am 07.01.2014 07:08, schrieb Ed Faulk: I'm trying to make the font size for the chord names smaller. Hi Ed, you need to override the ChordName font-size in some layout block: \override ChordName #'font-size = #-1 Or if you use 2.18: \override ChordName.font-size = -1 You can adjust the

Re: Setting chordName font size

2014-01-07 Thread Jim Long
On Tue, Jan 07, 2014 at 09:06:58AM +0100, Noeck wrote: Am 07.01.2014 07:08, schrieb Ed Faulk: I'm trying to make the font size for the chord names smaller. you need to override the ChordName font-size in some layout block It can also be done in the \with clause of the ChordNames context,

Setting chordName font size

2014-01-06 Thread Ed Faulk
I'm trying to make the font size for the chord names smaller. I defined the chords as follows: chordNames = \chordmode { d2:m c4 | d2.:m | f2 bf4 | c4 f2 | f2. | bf2 c4 | c4 f2 | f2. | f2. | bf2 f4 | f2. | bf2 c4 | c4 f2 | bf2 f4 | f2 | f2. | bf2 f4 f2 } and then insert them into the score