Re: Wrong beam direction with scaled durations

2025-02-24 Thread Thomas Scharkowski
Thank you for your answers - I can easily stick to my "\set stemRightBeamCount“ solution. Thomas > Am 23.02.2025 um 11:28 schrieb Werner LEMBERG : > > >> { a16.*8/9 [32*4/3] 16.*8/9 32*4/3 >> a16.*8/9 [32*4/3] 16.*8/9 [32*4/3] >> ... > > Please be aware that LilyPond han

Re: Wrong beam direction with scaled durations

2025-02-23 Thread Timothy Lanfear
On 21/02/2025 09:45, Thomas Scharkowski wrote: The first example in 2/4 produces the short stem of the third 32nd note pointing to the right. In 2/8 it is correct. Why? Btw, I solves using \set stemRightBeamCount = #2 \set stemLeftBeamCount = #3, but this should not be necessary. Whilst I

Re: Wrong beam direction with scaled durations

2025-02-23 Thread Werner LEMBERG
>{ a16.*8/9 [32*4/3] 16.*8/9 32*4/3 > a16.*8/9 [32*4/3] 16.*8/9 [32*4/3] > ... Please be aware that LilyPond handles `[` and `]` as suffixes, i.e., they are to be *appended* to a note or chord. Attaching `[` to the left of the following note or chord might thus be conf

RE: Wrong beam direction with scaled durations

2025-02-21 Thread carsonmark
Thomas, Adding two pair [ ] sets the beaming correctly. I assume it has to do with the dotted 16th and 32nd spanning a beat, as in the 2/8, versus spanning a half beat as it does in the 2/4. \version "2.24.4" \score { \new Staff { \time 2/4 << { \tupletSpan 8 \tuplet 3/2 { a'16[ a'

RE: Wrong beam direction with scaled durations

2025-02-21 Thread carsonmark
Thoms, Quick answer, it's the math. Can't work it out right now, yet shall tackle it tonight. Mark. -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org On Behalf Of Thomas Scharkowski Sent: Friday, February 21, 2025 1:43 AM To: Lily Pond Subject: Wrong beam dire

Re: Wrong beam direction with scaled durations

2025-02-21 Thread Thomas Scharkowski
Pdf below > Am 21.02.2025 um 10:42 schrieb Thomas Scharkowski : > > \version "2.25.24" > \score { > \new Staff { >\time 2/4 ><< { \tupletSpan 8 \tuplet 3/2 { a'16[ a' a'] a' a' a' a'[ a' a'] a' a' > a'} } > \\ > { a16.*8/9 32*4/3 16.*8/9 32*4/3 a16.*8/9 32*4/3 16.*8/9 32*4