Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Beaming broken (strange behavior!) #192

Open
arshiacont opened this issue Jan 15, 2025 · 0 comments
Open

Nested Beaming broken (strange behavior!) #192

arshiacont opened this issue Jan 15, 2025 · 0 comments

Comments

@arshiacont
Copy link

This snippet fails with strange beam drawings:

{[ \staff<1> (* meas. 1 *)  \clef<"g2"> \key<-3> \meter<"2/4"> 
   \staff<2> \stemsUp \beamBegin:1 \beamBegin:2  a2/32 \staff<1> \stemsDown b&2/32 a2/32 b&2/32 \beamEnd:2 
   \beamBegin:2 \staff<2> \stemsUp a&2/32 \staff<1> \stemsDown b&2/32 a&2/32 b&2/32 \beamEnd:2 \beamEnd:1 
   \staff<2> \stemsUp \beamBegin:1 \beamBegin:2 g2/32 \staff<1> \stemsDown b&2/32 g2/32 b&2/32 \beamEnd:2 \beamBegin:2 
   \staff<2> \stemsUp g&2/32 \staff<1> \stemsDown b&2/32 g&2/32 b&2/32 \beamEnd:2 \beamEnd:1 \bar<measNum=2> 
(* meas. 2 *)  \staff<2> \stemsUp \beamBegin:1 \beamBegin:2 a1/32 \staff<1> \stemsDown b&1/32 a1/32 b&1/32 \beamEnd:2 
   \beamBegin:2 \staff<2> \stemsUp a&1/32 \staff<1> \stemsDown b&1/32 a&1/32 b&1/32 \beamEnd:2 \beamEnd:1 
   \staff<2> \stemsUp \beamBegin:1 \beamBegin:2 g1/32 \staff<1> \stemsDown b&1/32 g1/32 b&1/32 \beamEnd:2 
   \beamBegin:2 \staff<2> \stemsUp g&1/32 \staff<1> \stemsDown b&1/32 g&1/32 b&1/32 \beamEnd:2 \beamEnd:1 ], 
[ \staff<2> 
   (* meas. 1 *)  \clef<"g2"> \key<-3> \meter<"2/4"> _/2  \bar<measNum=2> 
   (* meas. 2 *)  _/2
 ] }
image

HINT: If I remove one measure there, then it's fine:

{[ \staff<1> \clef<"g2"> \key<-3> \meter<"2/4"> 
   \staff<2> \stemsUp \beamBegin:1 \beamBegin:2  a2/32 \staff<1> \stemsDown b&2/32 a2/32 b&2/32 \beamEnd:2 
   \beamBegin:2 \staff<2> \stemsUp a&2/32 \staff<1> \stemsDown b&2/32 a&2/32 b&2/32 \beamEnd:2 \beamEnd:1 
   \staff<2> \stemsUp \beamBegin:1 \beamBegin:2 g2/32 \staff<1> \stemsDown b&2/32 g2/32 b&2/32 \beamEnd:2 \beamBegin:2 
   \staff<2> \stemsUp g&2/32 \staff<1> \stemsDown b&2/32 g&2/32 b&2/32 \beamEnd:2 \beamEnd:1 ], 
[ \staff<2>  \clef<"g2"> \key<-3> \meter<"2/4"> _/2]
  }
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant