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.


Reply via email to