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

Incorrect chords beaming #175

Open
dfober opened this issue Oct 5, 2023 · 1 comment
Open

Incorrect chords beaming #175

dfober opened this issue Oct 5, 2023 · 1 comment

Comments

@dfober
Copy link
Member

dfober commented Oct 5, 2023

with this gmn code:

{
[  \clef<"g2"> \meter<"C"> 
   \staff<2> %\stemsDown 
   \oct<1> 
   \beamBegin:1 
   \staff<2> {c2/8, c3/8  } 
   \staff<1> {c2/8, c3/8  } 
   \staff<2> a2/8
   \beamEnd:1 
], 
[ \clef<"g2"> \meter<"C"> ] 
}
~~~~~~~~~~
@arshiacont
Copy link

Another example on this:

{
[  \clef<"f4"> \key<2> \stemsUp \beamBegin:1 {d-1/8, d0/8  } {d0/8, d1/8  } {c#0/8, c#1/8  } {c#-1/8, c#0/8  } \beamEnd:1 \beamBegin:1 {b-2/8, b-1/8  } {b-1/8, b0/8  } {a-1/8, a0/8  } {a-2/8, a-1/8  } \beamEnd:1 ]
}

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

2 participants