On Mon, 15 Jul 2024 at 14:26, Masaki, Akikazu <
masaki-0.56714...@zeus.eonet.ne.jp> wrote:
>
> Hello,
>
> \set Timing.baseMoment seems not to work in the latter half of a measure.
> Is it a bug, or some setting is missing?
>
> %%%%%%%%%
> \version "2.24.3"
> {
>    \set Timing.baseMoment = #(ly:make-moment 1/8)
>    \set beamExceptions = #'()
>    \repeat unfold 32 { a32 }
> }

Hello,

Well, you changed baseMoment but you have not changed beatStructure which
is still defined as 1,1,1,1 (so half the measure with your new baseMoment).
Add
\set Timing.beatStructure = 1,1,1,1,1,1,1,1

Kind regards,
Xavier

Reply via email to