void setLyricList(List<Lyric> lyrics, {List<Lyric>? remarkLyrics}) { this.lyrics = lyrics; this.remarkLyrics = remarkLyrics; initLyricList(); }