Hi, I would like to submit the following minimal example: %%% \version "2.24.4"
#(define composer "Foo") #(define title "TITLE") #(define subtitle "a subtitle with a lot, a lot of stuff, much longer than this one, which breaks into at least two lines, creating a problem to be solved.") #(define cyear "2025") \markup \column { \fill-line { \abs-fontsize #24 #composer " " } \vspace #1 \fill-line { \general-align #Y #-1 \abs-fontsize #36 #title \general-align #Y #-1 \abs-fontsize #8 \override #'(line-width . 60) \justify-string #(string-join (list subtitle " (" cyear ")") "") } } %%% Would it be possible to right-align the subtitle text, broken into two lines, so that the second line (the one ending with 2025) is aligned to the right margin? Thank you, RipMus