On 24/11/2024 13:50, David Sumbler wrote:
\version "2.24.3"
\language "english"

\new Staff \relative {
  \time 2/4
  \set Timing.baseMoment = #(ly:make-moment 1/4)
  \set Timing.beatStructure = 1,1
  \set Timing.beamExceptions = #'()
  \set Timing.beamExceptions = \beamExceptions { 8[ 8 8 8] }
c''8 c16 c c c c8
c8 c c c
}

Add a second beamExceptions rule for 16th notes

\set Timing.beamExceptions = \beamExceptions { 8[ 8 8 8] | \repeat unfold 2 { 16[ 16 16 16] } }

--
Timothy Lanfear, Bristol, UK.

Reply via email to