@goplayerjuggler/abc-tools 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/incipit.js CHANGED
@@ -260,6 +260,9 @@ function getIncipit({
260
260
  ) {
261
261
  numBars = new Fraction(3, 2);
262
262
  }
263
+ else if (currentMeter[0]===3 && currentMeter[1] === 4){
264
+ numBars = 3
265
+ }
263
266
  }
264
267
  abc = sanitise(abc)
265
268
  return getFirstBars(abc, numBars, true, true, { all: true });