lilypond-user
[Top][All Lists]
Advanced

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

TimeSignature.style question


From: Menu Jacques
Subject: TimeSignature.style question
Date: Thu, 5 Oct 2017 13:29:35 +0200

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
}





reply via email to

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