Actually, the order matters as well, so my solution works
if you keep the property setting after the \time command
(which internally also sets the same property in the Timing
context, among others).

  /Mats

Trevor Bača wrote:

Oops. You were basically right, Mats. Here's a bit that works:

%%% BEGIN

\version "2.9.10"

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

%%% END

Thanks as always!

(Right property, different context. Has nothing to do with .9.10
versus .9.13 differences.)


On 8/24/06, Trevor Bača <[EMAIL PROTECTED]> wrote:

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 <[EMAIL PROTECTED]> wrote:
> Try
>   \time 2/4
>   \set Timing.timeSignatureFraction = #'(7 . 16)
>
>
>    /Mats
>
> Quoting Trevor Bača <[EMAIL PROTECTED]>:
>
> > 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
> > [EMAIL PROTECTED]
> >
>
>
>
>


--
Trevor Bača
[EMAIL PROTECTED]
... like the dew, or like lightning ...

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





--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to