On Fri, Apr 19, 2024 at 4:31 PM Hajo Baess <[email protected]> wrote:
> Hello all,
>
> I look for a way to force LilyPond to show the same time signature
> again, although there is no change - just as a reminder. I could not
> find anything in the NR and in the Snippet Repository.
>
>
Unless I'm misunderstanding, just repeating the \time should do it:
\version "2.24.3"
\score {
\new Staff {
\relative {
\time 4/4
\repeat unfold 8 { c'8 } |
\time 4/4
\repeat unfold 8 { c8 } |
}
}
}
--
Knute Snortum