cuthbertLab / music21j

Javascript port of music21 -- Toolkit for Computational Musicology
Other
144 stars 41 forks source link

Improve support for rendering ties in voices #148

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

Before, ties in voices didn't render correctly, because the render flattened the stream instead of recursing.

Now, the situation is improved, for ties in voices, within a measure. Across barlines, though, we have no voice-bridging routines, so the situation is still imperfect.

For that future work, relates to https://github.com/cuthbertLab/music21/issues/1134. We probably need a keyword arg for recurse that is voicesFirst or something.