grame-cncm / guidolib

Guido project - music score layout engine - music description language
http://guido.grame.fr
Mozilla Public License 2.0
152 stars 34 forks source link

Incorrect beam dash direction #171

Closed arshiacont closed 1 year ago

arshiacont commented 1 year ago

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)

dfober commented 1 year ago

fixed (on branch dev)