Loading allzweckmesser/scanner.py +2 −2 Original line number Diff line number Diff line Loading @@ -572,8 +572,8 @@ def make_elisions(verse, old = False): if m: if reading.tokens[i+1].text in {'es', 'est', 'estis'}: apharesis = Phenomenon(omitted='e') next_syllable.phenomena['apharesis'] = apharesis apheresis = Phenomenon(omitted='e') next_syllable.phenomena['apheresis'] = apheresis next_syllable.syllable_length = 0 if reading.tokens[i+1].text in {'est', 'estis'}: pl = Phenomenon(chars=m.groups(0)+" est") Loading Loading
allzweckmesser/scanner.py +2 −2 Original line number Diff line number Diff line Loading @@ -572,8 +572,8 @@ def make_elisions(verse, old = False): if m: if reading.tokens[i+1].text in {'es', 'est', 'estis'}: apharesis = Phenomenon(omitted='e') next_syllable.phenomena['apharesis'] = apharesis apheresis = Phenomenon(omitted='e') next_syllable.phenomena['apheresis'] = apheresis next_syllable.syllable_length = 0 if reading.tokens[i+1].text in {'est', 'estis'}: pl = Phenomenon(chars=m.groups(0)+" est") Loading