BTW, this works too:
\version "2.20.0"
\score {
\new Staff \relative c' {
\time 6/8
\set baseMoment = #(ly:make-moment 1/24)
\set beatStructure = 9,9
\set subdivideBeams = ##t
c16 c c c c32 c c c
c16 c c c c32 c c c
}
}
Cheers,
Pierre
Le mar. 29 déc. 2020 à 07:46, Pierre Perol-Schneider <
[email protected]> a écrit :
> Oops, sorry, not awake...
> How about:
>
> \version "2.20.0"
> \score {
> \new Staff { << \relative c' {
> \time 6/8
> \set baseMoment = #(ly:make-moment 1/64)
> \set beatStructure = #'(16 8 16 8)
> \set subdivideBeams = ##t
> c16[ c c c c32 c c c]
> c16[ c c c c32 c c c]
> } >> }
> }
>
> Cheers,
> Pierre
>
> Le mar. 29 déc. 2020 à 07:08, Pierre Perol-Schneider <
> [email protected]> a écrit :
>
>> Hi Vaylor,
>>
>> Le mar. 29 déc. 2020 à 03:36, Vaylor Trucks <[email protected]> a écrit :
>>
>>
>>> Any thoughts?
>>>
>>
>> ???
>> \version "2.20.0"
>> \score {
>> \new Staff { << \relative c' {
>> \time 6/8
>> %\set baseMoment = #(ly:make-moment 1/8)
>> \set beatStructure = #'(2 1 2 1)
>> %\set subdivideBeams = ##t
>> c16 c c c c32 c c c
>> c16 c c c c32 c c c
>> } >> }
>> }
>>
>> Cheers,
>> Pierre
>>
>