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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to