lilypond-user
[Top][All Lists]
Advanced

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

Re: Time signatures (Common, Cut Common)


From: Patrick McCarty
Subject: Re: Time signatures (Common, Cut Common)
Date: Sun, 24 Aug 2008 17:05:27 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Aug 25, 2008 at 12:56:11AM +0100, Anthony W. Youngman wrote:
> It's not in the manual, and I can't search the LSR because it's down ...
>
> I want time signatures of "Common" and "Cut Common" in my music. I know  
> they're the default settings, but I've already put
>
> \override Staff.TimeSignature #'style = #'()
>
> at the start of my piece to give me an opening time sig of 4/4
>
> What do I need to reset it to to give me common time later in the piece?

Hi Anthony,

All you have to do is put

\revert Staff.TimeSignature #'style

at the appropriate spot, and this will revert to the default style.

The default style for the TimeSignature grob is 'C, so the following
line would work too:

\override Staff.TimeSignature #'style = #'C

HTH,
Patrick




reply via email to

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