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
> wrote:
>
> Hi
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 da
Yes, try
\set Timing.measureLength = #(ly:make-moment 2/1)
See
https://lilypond.org/doc/v2.24/Documentation/notation/special-rhythmic-concerns
and ctrl-f "measurelength"
Thanks,
-William
On 10/22/24 11:21, Alexander Weidner wrote:
Hello,
is there any chance to reproduce this kind of diffe