silentsugar / abc4j

Automatically exported from code.google.com/p/abc4j
1 stars 0 forks source link

isCompound() in time signature has wrong implementation #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a time signature is compound if the top number can be divided by 3.
not implemented like that in 0.2

Original issue reported on code.google.com by lionel.g...@gmail.com on 28 Aug 2007 at 3:31

GoogleCodeExporter commented 9 years ago
Fixed in v0.3, the new implementation reflects (getNumerator()%3==0);

Original comment by lionel.g...@gmail.com on 6 Sep 2007 at 3:08