Thanks! That almost did the trick. The only thing that's not working is that 
connecting beam between the two quintuplets. See attached screenshot...

K


Damian leGassick, May 24, 2024 at 11:51:
> \tuplet 5/4 ?
>
> D
>
> > On 24 May 2024, at 09:44, Kenneth Flak <kennethf...@protonmail.com> wrote:
> >
> > Hi,
> >
> > I'm trying to replicate the notation in originalHarp.png for harp with 
> > 5-tuplets, but the beaming I am getting is completely off... My attempt is 
> > in the file myAttempt.png, using this code:
> >
> > right = {
> >  \relative c'{
> >    s4 \tuplet 5/2 {c32 e g bf df}
> >    \tuplet 5/2 {c32 e g bf df}
> >    c16 e fs g s4.
> >
> >  }
> > }
> >
> > left = {
> >  \textLengthOn
> >  \relative c {
> >    \clef bass
> >      c8 e32 g bf df
> >      s4 s4  c,,
> >  }
> > }
> >
> > \score {
> >  \new PianoStaff
> >  <<
> >    \new Staff = "right" \right
> >    \new Staff = "left" \left
> >>>
> > }
> >
> > Any help much appreciated!
> >
> > Best,
> > Kenneth
> >
> > --
> > Roosna & Flak - Contemporary Dance & Music
> > Web: roosnaflak.com
> > Code: {github,gitlab}.com/kflak
> > Mastodon: @k...@sonomu.club
> > <myAttempt.png>
> > <originalHarp.png>


Reply via email to