lilypond-user
[Top][All Lists]
Advanced

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

Re: changing feta23 fonts


From: Jean Abou Samra
Subject: Re: changing feta23 fonts
Date: Sun, 16 May 2021 14:26:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1


Le 16/05/2021 à 14:20, darkijah@jesusgod-pope666.info a écrit :
Maybe the font size is automatically and follow the staff size... maybe that is what is written on the help file, I thought I needed to change the font size in the notehead to make it fit whatever size.... I might be wrong, sorry my brain is somewhat not working, or could be working a lot better.


Yes. The principle is that you set the staff size, and everything follows.

#(set-global-staff-size 25)

{ c }

You may, however, set the font size of note heads independently from the rest (but this is not very useful):

\layout {
  \context {
    \Voice
    \override NoteHead.font-size = 4
  }
}

{ c }

The font name is independent from the font size. For that, you need to define the fonts in a \paper block as described at http://lilypond.org/doc/v2.22/Documentation/notation/fonts.

Best,
Jean




reply via email to

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