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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to