Re: Triplet beaming help

2021-05-19 Thread Stefan Thomas
Dear Mark, You can do it easily in this way: \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 } But I would recommend to do it as

RE: Triplet beaming help

2021-05-18 Thread Mark Probert
-- > From: lilypond-user > [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of > Mark Probert > Sent: Tuesday, May 18, 2021 8:16 PM > To: Lilypond-User Mailing List > Subject: Triplet beaming help > > > Dear Wisdom, > > In the following snippet the

RE: Triplet beaming help

2021-05-18 Thread Mark Stephen Mrotek
List Subject: Triplet beaming help 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&q

Re: Triplet beaming help

2021-05-18 Thread Mark Probert
I wrote: > > -- > \version "2.22" > > tune = \relative c'' { > \clef treble > r4^"A" \tuplet 3/2 { d8 d d } \tuplet 3/2 { d8 d d } d8 r8 | \set Timing.beamExceptions = #'() \set Timing.baseMoment = #(ly:make-moment 1/8) \set Timing.beatStructure = 1,1,1,1,1,1,1,1 > r4^"B" r8

Triplet beaming help

2021-05-18 Thread Mark Probert
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