p.s. If you want the first time signature to appear (as in your example), then
just delay the \omit:
\version "2.25.11"
{
\time 4/4
c''2 2
\omit Score.TimeSignature
\time 4/2
c''2 2 2 2
\time 4/1
c'' 2 2 2 2 1 1
}
> On Oct 22, 2024, at 11:38 AM, Kieren MacMillan <[email protected]>
> wrote:
>
> Hi Alexander,
>
>> is there any chance to reproduce this kind of different bar lengths?
>
> \version "2.25.11"
>
> {
> \time 4/4
> \omit Score.TimeSignature
> c''2 2
> \time 4/2
> c''2 2 2 2
> \time 4/1
> c'' 2 2 2 2 1 1
> }
>
> Hope that helps!
> 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.