Re: Time signatures (Common, Cut Common)

2008-08-25 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Patrick 
McCarty <[EMAIL PROTECTED]> writes

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.


Just done that ...


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

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


Works a treat.

Thanks,
Wol
--
Anthony W. Youngman - [EMAIL PROTECTED]



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Time signatures (Common, Cut Common)

2008-08-24 Thread Dominic Neumann
As you can see at
http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/TimeSignature#TimeSignatureyou
can say
\override Staff.TimeSignature #'style = #'C
to reset the TimeSignature behaviour to the default.

Here (
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ancient-time-signatures#Ancient-time-signatures)
you can see that
\override Staff.TimeSignature #'style = #'default
works, too. There are also some other styles you can define.

Dominic


2008/8/25 Anthony W. Youngman <[EMAIL PROTECTED]>

> 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?
>
> Cheers,
> Wol
> --
> Anthony W. Youngman - [EMAIL PROTECTED]
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Time signatures (Common, Cut Common)

2008-08-24 Thread Patrick McCarty
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


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Time signatures (Common, Cut Common)

2008-08-24 Thread Anthony W. Youngman

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?

Cheers,
Wol
--
Anthony W. Youngman - [EMAIL PROTECTED]



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user