lilypond-user
[Top][All Lists]
Advanced

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

Re: TimeSignature.style question


From: Malte Meyn
Subject: Re: TimeSignature.style question
Date: Thu, 5 Oct 2017 19:24:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 05.10.2017 um 13:29 schrieb Menu Jacques:
Hello folks,

I’ve found that:

        \once \override TimeSignature.style = #'single-digit

has no effect in the example below.

Is there a way to suppress the denominators in measure 2?

[…]

   \once \override TimeSignature.style = #'single-digit
   \compoundMeter #'((1 4) (3 8))

What should this look like? 1+3? 2+3? Something different?

BTW even if 'single-digit worked with \compoundMeter the code above would have no effect because TimeSignature lives in the Staff context.

It should be
        \once \override Staff.TimeSignature.style = #'single-digit
instead.



reply via email to

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