lilypond-user
[Top][All Lists]
Advanced

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

RE: Beaming in nested tuplets


From: Mark Stephen Mrotek
Subject: RE: Beaming in nested tuplets
Date: Sun, 30 May 2021 18:54:29 -0700

Mark,

Is this acceptable?

\version "2.22"
tune = \relative c'' {
  \clef treble
  b2^"A"  \tuplet 3/2 {
    \tuplet 5/4 { b16 cis cis b \set stemRightBeamCount = #1 d }
    \tuplet 5/4 { \set stemLeftBeamCount = #1
      f16 a, a bes \set stemRightBeamCount = #1 c }
    \tuplet 6/4 { \set stemLeftBeamCount = #1
      e16 a bes f c  g }}}

\score { \new Staff \tune }

Mark

-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr.com@gnu.org] On Behalf Of
Mark Probert
Sent: Sunday, May 30, 2021 5:45 PM
To: 'Lilypond-User Mailing List' <lilypond-user@gnu.org>
Subject: Beaming in nested tuplets


Hi, all.

Can someone tell me how to break the beaming on tuplet nesting? Here is a
snippet from "The Black Page" and I'd like to break the default beam
connecting the three nested tuplets.

Thanks .. mark.

---
\version "2.22"

tune = \relative c'' {
  \clef treble
  b2^"A"  \tuplet 3/2 {
    \tuplet 5/4 { b16 cis cis b d }
    \tuplet 5/4 { f16 a, a bes c }
    \tuplet 6/4 { e16 a bes f c g }}}

\score { \new Staff \tune }




reply via email to

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