On Sun, Sep 7, 2025 at 5:08 PM <[email protected]> wrote:

> Paul,
>
> \version "2.24.4"
> \fixed c' {
>    \time 2/4
>    \set Timing.beamExceptions = #'()
>    \set Timing.baseMoment = #(ly:make-moment 1/2)
>    \set Timing.beatStructure = 1
>    a8b c' a |
>    a8. b16 c'8 a
> }
>
> More at "setting automatic beam behavior".
>

Keeping it with 4 as the baseMoment works as well.

\version "2.24.4"
\fixed c' {
   \time 2/4
   \set Timing.beatStructure =# '(2)
   a8b c' a |
   a8. b16 c'8 a
}

Carl

>
>

Reply via email to