I am trying to subdivide beams in a figure that has 4 16th followed by 4
32nd notes. Time signature is 6/8 and a single measure has 2 of these
figures. What I want is the 4 16ths all connected by 2 beams, the 4 32nds
all connected by 3 beams, and a single beam connecting the 2 sets. My
thought was this should work, but it doesn't:

\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]
  } >> }
}

Any thoughts?

Reply via email to