On 2021-07-21 2:56 am, N. Andrew Walsh wrote:
[ . . . ] Is there a way to force (re-)displaying a time
signature in one Staff, without invoking the \time command and displaying
it for all voices?

One option would be to use \time again, but then manually omit the signature where you do not want it to appear:

%%%%
\version "2.22.0"

noTime = \omit Staff.TimeSignature
<< \new Staff { \once \noTime \time 3/4 b'4 4 4 }
   \new Staff { b'8 8 2 }
   \new Staff { \once \noTime b'4. 8 r4 } >>
%%%%


-- Aaron Hill

Reply via email to