This is good, and helpful, but I was wanting two beams between the groups of
32s, not one. [Maybe this is non standard after all.]
On 10 March 2015 at 23:27:30, Kevin Barry (barr...@gmail.com) wrote:
The following should be what you want. It works by setting the baseMoment to a
theoretical value of 1/20 (that is, four fifths of a semiquaver, which is the
duration of the two-demisemiquaver groups in your example).
\version "2.18.2"
\relative c'' {
\set subdivideBeams = ##t
\set baseMoment = #(ly:make-moment 1/20)
\set beatStructure = #'(5)
\tuplet 5/4 {
e,32[ c' bes e d bes' g d' d, aes']
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user