lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 230, Issue 88


From: Valentin Petzel
Subject: Re: lilypond-user Digest, Vol 230, Issue 88
Date: Mon, 24 Jan 2022 20:56:35 +0100

Hello Carlos,

Please do not respond to the digest, just write your question to lilypond-
user@gnu.org. If you respond to the digest make sure to adjust the Subject and 
optimally also the quoted text.

In your example you can either add space specifically by adding a line \vspace 
#number between the two lines or generally by setting baseline-skip to an 
appropriate value.

baseline-skip is the distance between the baselines of each line, so setting 
this to 0 tells Lilypond to place the lines on top of each other. Lilypond 
will then add more space to avoid collision. So set baseline-skip to a 
sufficiently large value to get more space.

Such as here:

\markup {\vspace #1 \override #'(font-name . "DejaVu Sans, Bold")
 \override #'(baseline-skip . 0) \right-column {\with-url #"https://
domains.com"; {\abs-fontsize #9 "Company information" \concat
 {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Org "}}}\override 
#'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) \center-
column
 {\abs-fontsize #11.9 \with-color #black \bold {"ǀ" "ǀ"}}\override #'(font-
name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 2.5) \column
 {\abs-fontsize #8 \concat { \line {©Copyright information} }
 { \concat {\abs-fontsize #8 { \with-url #"https:/domain.com"; " Published and 
distributed by music company" }}
 }}}

Cheers,
Valentin

Am Montag, 24. Jänner 2022, 19:38:54 CET schrieb Carlos R Martinez:
> Hi,
> 
> I have this for the footer:
> 
> \markup {\vspace #1 \override #'(font-name . "DejaVu Sans, Bold")
>  \override #'(baseline-skip . 0) \right-column {\with-url
> #"https://domains.com";; {\abs-fontsize #9 “Company information" \concat
> {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Org
> "}}}\override #'(font-name . "DejaVu Sans, Bold") \override
> #'(baseline-skip . 0 ) \center-column {\abs-fontsize #11.9 \with-color
> #black \bold {"ǀ" "ǀ"}}\override #'(font-name . "DejaVu Sans,sans-serif")
> \override #'(baseline-skip . 0) \column {\abs-fontsize #8 \concat { \line
> {©Copyright information} }
>  { \concat {\abs-fontsize #8 { \with-url #"https:/domain.com"; " Published
> and distributed by music company" }} }}}
> 
> How do I add space in between the two lines?
> There are two columns and in the columns to the right I cannot change the
> space between the two lines.
> 
> I need you help thanks!

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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