lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom TimeSignature doesn't scale correctly


From: tisimst
Subject: Re: Custom TimeSignature doesn't scale correctly
Date: Thu, 16 Jul 2015 14:01:37 -0700 (MST)


On Thu, Jul 16, 2015 at 2:40 PM, karol [via Lilypond] <[hidden email]> wrote:

Yes, Abraham, I've tried this. But the drawback of this solution is thet it doesn't scale to bigger staff size.

 

Try: #(set-global-staff-size 26) and you'll get what I mean.

I see what you mean, now. Thanks for helping me understand. I know this doesn't answer your question exactly, but what about this:

\layout {
  \context {
    \Score
    \override TimeSignature.font-name = #"Times"
    \override TimeSignature.font-size = #2.5
    \numericTimeSignature
  }
}

That seems to size things better than my previous suggestions for any global staff-size, at least it did for me from 10pt to 40pt staff-sizes.

- Abraham


View this message in context: Re: Custom TimeSignature doesn't scale correctly
Sent from the User mailing list archive at Nabble.com.

reply via email to

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