Time signature style with note in the denominator (extracted automatically from the \time call)
To write a time signature as e.g. 3/(quarter note) instead … …stencil property, and it will automatically extract the time signature and format it with a note in …
…music %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \relative c' { \override Staff.TimeSignature.stencil = #format-time-sig-note \time 2/4 \repeat unfold 4 c4 \time 3/… …c8 \time 3/16 \repeat unfold 3 c16 \time 3/1 \repeat unfold 3 c1 \time 5/2 \repeat unfold 5 c2 \bar"|." }