Re: beat-structure function errors
Werner LEMBERG <[email protected]> Tue, 24 Jun 2025 11:00:36 +0000 (UTC)
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Actual output (excerpt) from 2.24.4:
>
> (3 3 2)
> (3 3 2)
> (1 1 1 1)
> (1 1 1 1 1 1 1 1)
>
> Expected output:
>
> (3 3 2)
> (6 6 4)
> (1 1 1 1)
> (2 2 2 2)
>
> Does anyone disagree?
Your expected results look reasonable.
Werner