lilypond-user
[Top][All Lists]
Advanced

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

Beaming in nested tuplets


From: Mark Probert
Subject: Beaming in nested tuplets
Date: Mon, 31 May 2021 10:45:18 +1000

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]