Skip to content
Snippets Groups Projects
Commit 95a6a02d authored by Vriezen, E.C. (Emma)'s avatar Vriezen, E.C. (Emma)
Browse files

Anchor added to a source word w ill now also be set as its shadow.

parent 7bcec133
No related branches found
No related tags found
1 merge request!84Sc 129/create delay output
......@@ -201,6 +201,7 @@ class SourceWord(Word):
def _set_anchor(self, anchor):
self._anchor = anchor
self._shadow = anchor
@property
def shadow(self):
......@@ -236,6 +237,7 @@ class SourceWord(Word):
"""
return other.onset - self._onset
class Sentence(list):
def __init__(self, words):
super().__init__(words)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment