Re: "Compound" meter
Hans Åberg <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
> On 10 Jan 2026, at 21:02, Dan Eble <[email protected]> wrote: > > On 2026-01-08 04:52, Hans Åberg wrote: >> I think there should be two commands, one for the written time signature, and one for the metric accents expressed by the beaming structure. If one just uses one command, it is used for both time signature and metric accents. > > Are you aware that \time already provides an option to specify beat structure? > > %% Hrka Donka > \version "2.24.0" > { > \time #'(3 4 3 4 4 3 4) 25/16 > \repeat unfold 25 c16 > } It is good you remind me, though I have used: EgejkiMajki.ly: \time 3,2,2,3,2 12/8 I made this a very long time ago, and I just made a quick update to illustrate the mixed meter feature in a, so to say, naturally occurring example. It is from a book, which has the time signature 7/8+7/8+11/8, and solid metric bars. > % 2.25.x proof of concept (output image attached) > { > \submeasureBarsOn > \time #'((3 4) (3 4) (4 3 4)) 25/16 > \repeat unfold 25 c16 > } I could not get this working, so I guess it has not been pushed yet!? —But it looks great.