For a long run of triplets, once the pattern is established I typically switch to \scaleDurations 2/3. Since 2.26, beam subdivision does not work  with scaleDurations. Sample code and output from 2.24 and 2.26 attached. (A work-around is to continue with \tuplet 3/2 and \omit the tuplet number and bracket).

--
Timothy Lanfear, Bristol, UK.
\version "2.24.0"

{
  \set subdivideBeams = ##t
  #(if (ly:version? = '(2 24))
    #{ \set baseMoment = #(ly:make-moment 1/8) #})
  #(if (ly:version? = '(2 26))
    #{ \set beamMinimumSubdivision = #1/8 #})

  \tuplet 3/2 8 { \repeat unfold 6 g'16 }
  \scaleDurations 2/3 { \repeat unfold 18 g'16 }
}

Attachment: subdividebeams-2-24.pdf
Description: Adobe PDF document

Attachment: subdividebeams-2-26.pdf
Description: Adobe PDF document

Reply via email to