Hi Walt,
> Is it possible to set a specific chordname and lyric font size? I see that
> \markup can specify an abs font size. I think I'm close with using font size
> #3.5 to get to a 16pt font for example. Is that the only say to specify font
> size in Chords - as a multiple of the global si
My guitar players are a bit finicky on font size. Is it possible to set
a specific chordname and lyric font size? I see that \markup can
specify an abs font size. I think I'm close with using font size #3.5
to get to a 16pt font for example. Is that the only say to specify font
size in Chord
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 differe
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 {
chord
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) (number
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:
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 sharp,
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
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 symbol
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
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 "\wi
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 c
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
ensen"
To: "Ezequiel Sierra" ;
Sent: Thursday, January 22, 2009 11:24 PM
Subject: Re: Change Chordname Font Size
On 1/22/09 2:34 PM, "Ezequiel Sierra" wrote:
How can i change the font size of ChordNames?
Ezequiel
You will need to change the font size of some obje
On 1/22/09 2:34 PM, "Ezequiel Sierra" 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 needs to be
Ezequiel Sierra wrote:
How can i change the font size of ChordNames?
Ezequiel
\override ChordName #'font-size = #1.0
Change the value at the end to get the size you want.
(See
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/ChordName#ChordName
for more d
How can i change the font size of ChordNames?
Ezequiel
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
17 matches
Mail list logo