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

Notes collisions in multi-voices context #158

Closed dfober closed 2 years ago

dfober commented 2 years ago

This code:

{
[ \clef<"g2"> \key<-3> \meter<"2/4"> \stemsUp a1/8 c2/4 ]
, 
[ \staff<1> \stemsDown g&1/16 \restFormat<dy=6>( _/16 _/8 _/4) ]
}

illustrates the problem.

dfober commented 2 years ago

fixed (with a new auto tag parameters)