Skip to content

Commit d979295

Browse files
authored
Update refMingusCoreMeter.rst
1 parent 943096d commit d979295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/wiki/refMingusCoreMeter.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ A meter is represented by a tuple. 4/4 time would look like (4,4), 3/4 like
4848
Examples:
4949

5050
>>> is_compound((3,4))
51-
True
51+
False
5252
>>> is_compound((4,4))
5353
False
54+
>>> is_compound((6,8))
55+
True
5456

5557

5658
----

0 commit comments

Comments
 (0)