lilypond-user
[Top][All Lists]
Advanced

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

Re: time signature: 3.5/4


From: stefankaegi
Subject: Re: time signature: 3.5/4
Date: Fri, 20 Nov 2009 14:39:58 +0100

Ok... This already helped a lot. I did the following:



tsa = \markup {
  \override #'(baseline-skip . 0.0 )
  \column { \number 3+1/2 \number 4 }
}

\once \override Staff.TimeSignature #'style = #'default
\once \override Staff.TimeSignature #'stencil = #(lambda (grob)
    (grob-interpret-markup grob tsa))

\time 7/8




Now the problem is that the slash is slightly too big so the "4" is
placed a bit too low. How could I solve this?


Stefan

Am Donnerstag, den 19.11.2009, 22:32 -0500 schrieb Kieren MacMillan:
> Hi Stefan,
> 
> > Do you have any idea how to do this override stuff?
> 
> Lots of examples in the LSR:
> <http://lsr.dsi.unimi.it/LSR/Search?q=time+signature>
> 
> Hope this helps!
> Kieren.





reply via email to

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