lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing time signatures denominators in compound meters


From: David Kastrup
Subject: Re: Removing time signatures denominators in compound meters
Date: Tue, 02 Jan 2018 18:26:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Menu Jacques <address@hidden> 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



reply via email to

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