@ -2411,7 +2411,7 @@ class MetricalInstruction(Item):
ifnottype(value)isint:
raiseValueError("Only integers are allowed in a metrical instruction. You used {}. Cast to int if you are sure your float is x.0, e.g. in a dotted quarter note created by D4*1.5".format(value))
self.treeOfInstructions=treeOfInstructions#if you skipped the docstring. this is a 4/4: ((D4, D4), (D4, D4)) . If empty no barlines will get drawn
self.treeOfInstructions=treeOfInstructions#this is a 4/4: ((D4, D4), (D4, D4)) . If empty no barlines will get drawn
self.isMetrical=isMetrical#If False all dynamic playback modifications based on the metre will be deactivated but barlines will still be created. This is forced to become false when the treeOfInstructions is 0 ticks.