plugin 'countnotes' does not work on voice 4 Jojo-Schmitz • May 25, 2012 - 14:51 Type Functional Severity S4 - Minor Status closed Project Count Notes (Create performance notes from score commonly used in Handbell scores) The bug is in line 69 of that plugin: for (var v = 0; v < 3; v++) { Correct would be: for (var v = 0; v < 4; v++) { or for (var v = 0; v <= 3; v++) { Reply Comments Jojo-Schmitz • May 25, 2012 - 17:22 Reply Jojo-Schmitz • May 30, 2012 - 11:37 Status (old) patch (ready to commit) ⇒ fixed Reply System Message • Jun 13, 2012 - 11:40 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
System Message • Jun 13, 2012 - 11:40 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
Automatically closed -- issue fixed for 2 weeks with no activity.