lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forcing display of a time signature


From: Aaron Hill
Subject: Re: Forcing display of a time signature
Date: Wed, 21 Jul 2021 04:12:59 -0700
User-agent: Roundcube Webmail/1.4.9

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

Attachment: time-sig.cropped.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]