Commit fd895d4b authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Alain Takoudjou

Split movement group shall...split.

Returning true allows to add movements to existing one, and this group shall
always separate them.
parent 3c594b97
......@@ -55,7 +55,7 @@ class SplitMovementGroup(MovementGroup):
return {}
def test(self, document, property_dict, **kw):
return True, property_dict
return False, property_dict
def _separate(self, movement_list):
return [[[movement], {}] for movement in movement_list]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment