Re: "Compound" meter
Dan Eble <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
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
}
% 2.25.x proof of concept (output image attached)
{
\submeasureBarsOn
\time #'((3 4) (3 4) (4 3 4)) 25/16
\repeat unfold 25 c16
}
--
Dan
hrka-donka.preview.png
(image/png, 4.1 KB) - not displayed