Menu Jacques <imj-...@bluewin.ch> writes:

> Hello folks,
>
> A happy new year 2018!
>
> How can one suppress the denominators in \compoundMeter below?
> single-digit seems to act only on simple meters:
>
>  
> \relative c' {
>   \once\override Staff.TimeSignature.style = #'single-digit
>   \compoundMeter #'((2 8) (3 8))
>   c8 d e fis gis
>   c8 fis, gis e d
>   c8 d e4 gis8
> }

I think that

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

should be made to do the trick.  Currently it doesn't.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to