lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing TimeSignature numerator and denominator


From: Trevor Bača
Subject: Re: Changing TimeSignature numerator and denominator
Date: Thu, 24 Aug 2006 15:21:40 -0500

Alas ...

%%% BEGIN

\version "2.9.10"

\new Staff {
     \set Timing.timeSignatureFraction = #'(7 . 16)
     \time 2/4
     c'4
     c'4
  }

%%% END

... interprets with no errors, but still prints as 2/4 ...

Perhaps because 2.9.10 ... I'll check with .13 in a bit ...


On 8/24/06, Mats Bengtsson <address@hidden> wrote:
Try
  \time 2/4
  \set Timing.timeSignatureFraction = #'(7 . 16)


   /Mats

Quoting Trevor Bača <address@hidden>:

> Hi,
>
> Is there a way to change the printed numerator and denominator of a
> time signature?
>
> Seems like something here should do it, but all versions print as 2/4.
>
> %%% BEGIN %%%
>
> \version "2.9.13"
>
> \new Staff {
>   %\once \override TimeSignature #'fraction = #'(7 . 16)
>   %\once \override Staff.TimeSignature #'fraction = #'(7 . 16)
>   \once \override Score.TimeSignature #'fraction = #'(7 . 16)
>   \time 2/4
>   c'4 c'4
> }
>
> %%% END %%%
>
>
>
> --
> Trevor Bača
> address@hidden
>






--
Trevor Bača
address@hidden
... like the dew, or like lightning ...

Click here to call me:
http://try.click-and-connect.com/cnc/4/1753206736/

reply via email to

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