On Fri, 20 Sept 2024 at 15:56, Timothy Lanfear <[email protected]> wrote: > > On 20/09/2024 12:44, Lib Lists wrote: > > Hi everybody, > I'm connecting to this thread as it's a very similar situation: > I'm making a score consisting of fragments, and I ended up using the > \markup \fill-line \score construct. > However, when the scores are four, the distribution seems problematic, > as the scores begin to overlap. Moreover, they are not equally > distributed. I sort of get why (first and last scores are respectively > left aligned and right aligned, while second and third are not), but I > don't know how to try to distribute them in a better way. > > See the following longish example, that hopefully clarifies the situation. > Thanks for any hint! > Lib > > You might prefer justify-line instead of fill-line: justify-line inserts > equal spaces between the markups. > > Reduce the font size to prevent the markups overlapping, e.g. > > #(set-global-staff-size 16) > > near the top of your file. > > -- > Timothy Lanfear, Bristol, UK.
Oh wow, thank you so much! (now it's my turn to be, once again, impressed by Lilypond :-) ) Lib
