Skip to content

Commit

Permalink
specify time signature for More Automatic Beaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cmigliorini committed Apr 29, 2020
1 parent 93bacea commit 79f10c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auto_beam_formatting_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ VF.Test.AutoBeamFormatting = (function() {
'c4/8, g4/4, c5/8., g5/16, a5/4, a5/16, (c5 e5)/16, a5/8'
), { time: '9/8' });

var beams = VF.Beam.applyAndGetBeams(voice);
var beams = VF.Beam.applyAndGetBeams(voice, undefined, VF.Beam.getDefaultBeamGroups('9/8'));

vf.Formatter()
.joinVoices([voice])
Expand Down

0 comments on commit 79f10c0

Please sign in to comment.