lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing between wordwrap items within markup column


From: Jean Abou Samra
Subject: Re: Vertical spacing between wordwrap items within markup column
Date: Fri, 14 Apr 2023 00:33:06 +0200
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le jeudi 13 avril 2023 à 16:20 -0600, Benjamin Bruce a écrit :

I think using \pad-around will work best in my case. The reason I'm using \wordwrap-string is because I am passing a string via a variable. Thanks for your help, and I'm glad this has resulted in an improvement to the documentation :)

You can also put the argument to \wordwrap-lines in a variable. For example:

stringArg = "aaa bbb ccccccc ddd"
\markup \override #'(line-width . 10) \wordwrap-string \stringArg

markupListArg = \markuplist { aaa bbb cccccc ddd }
\markuplist \override #'(line-width . 10) \wordwrap-lines \markupListArg

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


reply via email to

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