Improved lyrics rendering

This commit is contained in:
marc
2025-04-05 23:09:20 +02:00
parent 211a1fbb05
commit 7a823a98ab
6 changed files with 44 additions and 25 deletions

View File

@@ -30,10 +30,10 @@ class LyricsParagraph:
@dataclasses.dataclass
class LyricsColumn:
class LyricsLine:
paragraphs: list[LyricsParagraph]
@dataclasses.dataclass
class LyricsText:
columns: list[LyricsColumn]
lines: list[LyricsLine]