Skip to content

Conversation

@mscuthbert
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Jul 2, 2021

Coverage Status

Coverage increased (+0.004%) to 92.343% when pulling c4ab10a on lyric_check into 2c21a99 on master.


allText = [ly.text for ly in self.lyrics]
return '\n'.join(allText)
return '\n'.join([t for t in allText if t is not None])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This solves the crashy part of #1036 but would still be worth a small think over how empty values should roundtrip, i.e. as empty string or None, because right now = inconsistent. Just mentioning in case you're feeling opinionated.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(in a future PR)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this case, it's a short-hand so it's not a big deal if it doesn't roundtrip perfectly, since it also doesn't preserve which lyric each syllable (or composite) comes from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants