lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom beam subdivisions


From: Vaylor Trucks
Subject: Custom beam subdivisions
Date: Mon, 28 Dec 2020 21:35:41 -0500

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

[Prev in Thread] Current Thread [Next in Thread]