[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cry for help - lost plot ....
From: |
Lib Lists |
Subject: |
Re: Cry for help - lost plot .... |
Date: |
Thu, 26 Sep 2024 10:39:40 +0300 |
Hi Kieren,
this also works, thank you!
Cheers,
Libero
On Thu, 26 Sept 2024 at 01:50, Kieren MacMillan
<kieren@kierenmacmillan.info> wrote:
>
> Hi,
>
> > 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.
>
> I do wish Lilypond would Do The Right Thing™… but in the meantime maybe this
> hack is helpful?
>
> %%% SNIPPET BEGINS
> \version "2.25.19"
>
> \layout {
> indent = 0
> }
>
> \markup {
> \fill-line {
> \score { { a''8 b''8 a''8 b''8 a''8 b''8 } }
> \concat
> {
> \score { { a''8 a''8 a''8 b''8 a''8 b''8 } }
> \hspace #2.75
> \score { { a''8 b''8 a''8 b''8 a''8 b''8 } }
> }
> \score { { a''8 b''8 a''8 b''8 a''8 b''8 } }
> }
> }
>
> \markup {
> \fill-line { 1 2 3 4 }
> }
> %%% SNIPPET ENDS
>
> — Kieren
> ______________________________________________
>
> My work day may look different than your work day. Please do not feel
> obligated to read or respond to this email outside of your normal working
> hours.
>