And why not very simply:

    \times 2/3 { c16[ c c c c c] }

Regards,
Wim.

On 20 Oct 2012, at 00:15 , Nick Payne wrote:

On 20/10/12 08:58, Steve Yegge wrote:
I would like this:

  \times 2/3 { c16 c c c c c }

to render with two beamed groups of three notes each, with the two groups connected by a single beam, like so:

c c c  c c c
| | |  | | |
=====  =====
============

I have tuplet numbers and brackets set to transparent.

\relative c' {
    \set tupletSpannerDuration = #(ly:make-moment 1 4)
    \set baseMoment = #(ly:make-moment 1 8)
    \set subdivideBeams = ##t
    \override TupletNumber #'stencil = ##f
    \times 2/3 { \repeat unfold 24 { c16 } } |
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to