lilypond-user
[Top][All Lists]
Advanced

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

Re: subdividing sixteenth-note triplet beam groups


From: Nick Payne
Subject: Re: subdividing sixteenth-note triplet beam groups
Date: Sat, 20 Oct 2012 09:15:33 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

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 } } |
}

reply via email to

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