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 ```
signature.asc
Description: This is a digitally signed message part