Hello Lilypond people, I am trying to prevent the extra space that normally would signify the time signature change with a hidden time signature. Here is the code for an example:
\version "2.26.0"
{
\time 4/4
c'1 \hide Staff.TimeSignature
\time 3/4 \break
c'2.
}
I want the extra space after the 4/4 bar to go away and I can't figure out
how to do this or find any relevant snippets that work. Help would be
appreciated!
Thank you all so much!
