lilypond-user
[Top][All Lists]
Advanced

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

Re: How to align text vertically and change font document-wise


From: Ivanov Dmitry
Subject: Re: How to align text vertically and change font document-wise
Date: Wed, 1 Sep 2021 13:52:59 +0300

> \override TextScript.font-series = #'bold

Is it possible to do it only for the text below the notes, not the
meter signs: 3 / 4?

On 9/1/21, Jean Abou Samra <jean@abou-samra.fr> wrote:
>
>
> Le 01/09/2021 à 10:50, Ivanov Dmitry a écrit :
>> Here is the minimal working example:
>>
>> \relative c'' {
>>    \clef violin
>>    \time 3/4
>>    c,2_"C" e8_"E" c'_"C"
>>    g'2.
>>    f4 e d
>>    c4 c, r
>> }
>>
>> Is it possible to vertically align all the characters by the bottom
>> line? How can I change the font for text document-wise, for example
>> change the size and make it bold for all the markup texts?
>
>
> Like so:
>
> \version "2.22.1"
>
> \relative c'' {
>    \clef violin
>    \time 3/4
>    \override TextScript.font-series = #'bold
>    \override TextScript.Y-offset = -6
>    c,2_"C" e8_"E" c'_"C"
>    g'2.
>    f4 e d
>    c4 c, r
> }
>
> Please see
> http://lilypond.org/doc/v2.23/Documentation/internals/font_002dinterface
> and
> http://lilypond.org/doc/v2.23/Documentation/notation/aligning-objects#setting-x_002doffset-and-y_002doffset-directly
>
> Best,
> Jean
>



reply via email to

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