Tune editor
This commit is contained in:
@@ -123,3 +123,6 @@ class Tema:
|
||||
def with_ngrams(self):
|
||||
self.compute_ngrams()
|
||||
return self
|
||||
|
||||
def score(self) -> Optional[Link]:
|
||||
return next(filter(lambda l: l.content_type is ContentType.PARTITURA, self.links), None)
|
||||
|
||||
Reference in New Issue
Block a user