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?

Thanks!

--

\version "2.19.65"

\relative {
  c'1 |
  \compoundMeter #'((1 4) (3 8))
  \repeat unfold 5 c'8 \repeat unfold 10 c16
}

\relative {
  c'1 |
  \once \override TimeSignature.style = #'single-digit
  \compoundMeter #'((1 4) (3 8))
  \repeat unfold 5 c'8 \repeat unfold 10 c16
}



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

Reply via email to