frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

Fix clef changes #59

Closed bbloomf closed 8 years ago

bbloomf commented 8 years ago

I noticed that clef changes haven't been displaying since commit 69778fb4643517fc138838c3ab9455ad0eb63c51 because clef notations were never getting added to the notations array any more. Also, it was making 2 calls to changeClefCallback every time there was a clef.

frmatthew commented 8 years ago

With commit 1b75f995801663f0133d4cc33fc85d38ce282e5a this issue should be fixed.