lilypond-user
[Top][All Lists]
Advanced

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

Triplet beaming help


From: Mark Probert
Subject: Triplet beaming help
Date: Wed, 19 May 2021 13:15:33 +1000

Dear Wisdom,

In the following snippet the beaming behaviour depends on the beat 
structure, but I haven't found a way of making B beam in the same way 
as A (I want to separate the joined triplets). Any suggestions?

TIA 
 .. mark.

--
\version "2.22"

tune = \relative c'' {
  \clef treble
  r4^"A"  \tuplet 3/2 { d8 d d } \tuplet 3/2 { d8 d d } d8 r8 |
  r4^"B"  r8 \tuplet 3/2 { d8 d d } \tuplet 3/2 { d8 d d } d8 |
}
\score { \new Staff \tune }
--



reply via email to

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