diff --git a/src/rendering/utils/BeamingHelper.ts b/src/rendering/utils/BeamingHelper.ts index 806657a86..c7c6fd083 100644 --- a/src/rendering/utils/BeamingHelper.ts +++ b/src/rendering/utils/BeamingHelper.ts @@ -296,7 +296,7 @@ export class BeamingHelper { return true; } let m1: Bar = b1.voice.bar; - let m2: Bar = b1.voice.bar; + let m2: Bar = b2.voice.bar; // only join on same measure if (m1 !== m2) { return false;