cuthbertLab / music21j

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

estimateStaffLength() fixes #155

Closed jacobtylerwalls closed 2 years ago

jacobtylerwalls commented 2 years ago

Fixes some issues in estimateStaffLength()

  1. don't return so early if voices are found: finish checking for renderOptions values for displayKeySignature, etc.
  2. get key signature from the context (instead of depending on it being in specialContext)