def _copy_keyword_args(self, new):
     DirectedSpanner._copy_keyword_args(self, new)
Exemple #2
0
 def _copy_keyword_args(self, new):
     DirectedSpanner._copy_keyword_args(self, new)
     new.include_rests = self.include_rests
     new.shape_string = self.shape_string
     new.start_dynamic_string = self.start_dynamic_string
     new.stop_dynamic_string = self.stop_dynamic_string