Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Perfect, thanks a lot!

Best,
Kenneth

Xavier Scheuer, May 24, 2024 at 12:41:
> On Fri, 24 May 2024 at 10:57, Kenneth Flak
> <[1]kennethf...@protonmail.com>
> wrote:
> >
> > Thanks! That almost did the trick. The only thing that's not working is that
> connecting beam between the two quintuplets. See attached screenshot...
>
> Hello,
>
> \set subdivideBeams = ##t
>
> And then either, for 2.24:
> \set baseMoment = #(ly:make-moment 1/8)
> \set beatStructure = 2,2,2,2
>
> or for 2.25:
> \set minimumBeamSubdivisionInterval = \musicLength 8
> \set maximumBeamSubdivisionInterval = \musicLength 16
>
> See NR 1.2.4.
> [2]https://lilypond.org/doc/v2.24/Documentation/notation/beams#
> setting-automatic-beam-behavior
> [3]https://lilypond.org/doc/v2.25/Documentation/notation/
> setting-automatic-beam-behavior
>
> Kind regards,
> Xavier
>
>
> References:
>
> [1] mailto:kennethf...@protonmail.com
> [2]
> https://lilypond.org/doc/v2.24/Documentation/notation/beams#setting-automatic-beam-behavior
> [3]
> https://lilypond.org/doc/v2.25/Documentation/notation/setting-automatic-beam-behavior






Re: Control beaming with tuplets

2024-05-24 Thread Xavier Scheuer
On Fri, 24 May 2024 at 10:57, Kenneth Flak 
wrote:
>
> Thanks! That almost did the trick. The only thing that's not working is
that connecting beam between the two quintuplets. See attached screenshot...

Hello,

\set subdivideBeams = ##t

And then either, for 2.24:
  \set baseMoment = #(ly:make-moment 1/8)
  \set beatStructure = 2,2,2,2

or for 2.25:
  \set minimumBeamSubdivisionInterval = \musicLength 8
  \set maximumBeamSubdivisionInterval = \musicLength 16

See NR 1.2.4.
https://lilypond.org/doc/v2.24/Documentation/notation/beams#setting-automatic-beam-behavior
https://lilypond.org/doc/v2.25/Documentation/notation/setting-automatic-beam-behavior

Kind regards,
Xavier


Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
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  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
> > 
> > 




Re: Control beaming with tuplets

2024-05-24 Thread Damian leGassick
\tuplet 5/4 ?

D

> On 24 May 2024, at 09:44, Kenneth Flak  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
> 
> 



Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
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