> On 29 Jul 2022, at 09:44, David Kastrup <d...@gnu.org> wrote: > > Hans Åberg <haber...@telia.com> writes: > >>> On 28 Jul 2022, at 22:43, Jean Abou Samra <j...@abou-samra.fr> wrote: >>> >>> Also here: >>> >>> https://myrealbook.vintherine.org/mesures-composees.html >> >> One also write I think: >> \time #'(4 4 3) 11/8 > > Slightly more human-readable: > > \time 4,4,3 11/8
This is better. In older code I used: \time 11/16 \set beatStructure = #'(4 3 4) In even older LilyPond, one could use substructures for the beaming. This would be useful for say a Daichovo horo meter 9 = (2+2)+(2+3), meaning that the beat on the third 2 is more stressed than the second 2. In current LilyPond, it ends up as 9 = 4+2+3. It is not a big issue though.