Re: ChordName Font Size

2019-05-17 Thread Gregory Hollands
Aaron, I noticed that the scaling factor -- #3 in the example below -- is not the same between this method and the standard method ( \override Chordname #'font-size). This isn't a problem, as I was able to adjust the font size to my liking, however I am curious as to why the difference exists

Re: ChordName Font Size

2019-05-14 Thread Aaron Hill
On 2019-05-14 6:23 pm, Gregory Hollands wrote: This function is working nicely, except the major seventh triangle is still growing with the font size. Should be possible to exempt other markup commands: embiggenChordNames = #(define-scheme-function (size) (number?) #{ \with {

Re: ChordName Font Size

2019-05-14 Thread Gregory Hollands
Aaron, This function is working nicely, except the major seventh triangle is still growing with the font size. I *was* able to put this in an included .ily file. I had been including the wrong file before ¯\_(ツ)_/¯ %%% \version "2.19" embiggenChordNames = #(define-scheme-function (size)

Re: ChordName Font Size

2019-05-14 Thread Gregory Hollands
code in a separate file. I'm trying to keep all the music in one file and all the formatting in another file, so I can just include different files to change the font & style. Thanks, Greg On Mon, May 13, 2019 at 6:35 PM Flaming Hakama by Elaine < ela...@flaminghakama.com> wrote: >

Re: ChordName Font Size

2019-05-13 Thread Aaron Hill
On 2019-05-13 3:35 pm, Flaming Hakama by Elaine wrote: I was going to reply to this, then realized I hadn't read the question specifically enough. When I tried this approach suggested by Aaron, I noticed that it doesn't actually address the question, as it leaves the musical symbols (like

Re: ChordName Font Size

2019-05-13 Thread Aaron Hill
On 2019-05-13 5:18 pm, Gregory Hollands wrote: This seems to work, however I cannot include the above code in a separate file. I'm trying to keep all the music in one file and all the formatting in another file, so I can just include different files to change the font & style. You should be

Re: ChordName Font Size

2019-05-12 Thread Aaron Hill
On 2019-05-12 5:29 pm, Gregory Hollands wrote: I want to use an alternative font for ChordNames, but the font I have chosen is not exactly the same size as the default font. The result is that musical symbols (sharps, flat, etc) appear too large. How can I change the size of the musical

ChordName Font Size

2019-05-12 Thread Gregory Hollands
of the font? %%% \version "2.19" % Default ChordName font ChordsA = \chordmode { c2:7 g2:dim aes2:m fis2 } << \new ChordNames { \ChordsA } >> % Alternative ChordName font ChordsB = \chordmode { \override ChordName #'font-name = #"Source Sans Pro" \override Chor

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

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

Re: Change Chordname Font Size

2009-01-23 Thread Trevor Daniels
c_soren...@byu.edu To: Ezequiel Sierra esie...@gmail.com; lilypond-user@gnu.org Sent: Thursday, January 22, 2009 11:24 PM Subject: Re: Change Chordname Font Size On 1/22/09 2:34 PM, Ezequiel Sierra esie...@gmail.com wrote: How can i change the font size of ChordNames? Ezequiel You will need

Re: Change Chordname Font Size

2009-01-22 Thread Carl D. Sorensen
On 1/22/09 2:34 PM, Ezequiel Sierra esie...@gmail.com wrote: How can i change the font size of ChordNames? Ezequiel You will need to change the font size of some object. Changing the font size is described in the Notation Reference, section 1.8.3. You can find the object whose font size