lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam subdivision


From: Andrew Bernard
Subject: Re: Beam subdivision
Date: Tue, 10 Mar 2015 23:40:10 +1100

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 (address@hidden) 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']
  }
}

reply via email to

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