grame-cncm / guidolib

Guido project - music score layout engine - music description language

Home Page:http://guido.grame.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect beam dash direction

arshiacont opened this issue · comments

Can't figure out the pattern producing the bug. But here is a unit test:

{[ \clef<"g2"> \key<-1> \meter<"6/8">
   \beamBegin:1  f2/8.. e2/32 d2/16. c2/32 \beamEnd:1 
   \beamBegin:1  b1/8.. a2/32 g2/16. b1/32 \beamEnd:1 ]}

leading to:
image
whereas the correct rendering should look like:
image

(For my internal use: PK3249)

fixed (on branch dev)